File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rails-nginx (1.0.4 )
4+ rails-nginx (1.0.5 )
55 puma
66 rails
7- ruby-nginx (>= 1.0.3 )
7+ ruby-nginx (>= 1.0.4 )
88
99GEM
1010 remote: https://rubygems.org/
237237 lint_roller (~> 1.1 )
238238 rubocop (>= 1.75.0 , < 2.0 )
239239 rubocop-ast (>= 1.38.0 , < 2.0 )
240- ruby-nginx (1.0.3 )
240+ ruby-nginx (1.0.4 )
241241 erb
242242 thor
243243 tty-command (~> 0.10 , >= 0.10.1 )
Original file line number Diff line number Diff line change 22
33module Rails
44 module Nginx
5- VERSION = "1.0.4 "
5+ VERSION = "1.0.5 "
66 end
77end
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
2929 spec . add_dependency "puma"
3030 spec . add_dependency "rails"
31- spec . add_dependency "ruby-nginx" , ">= 1.0.3 "
31+ spec . add_dependency "ruby-nginx" , ">= 1.0.4 "
3232
3333 # For more information and examples about making a new gem, check out our
3434 # guide at: https://bundler.io/guides/creating_gem.html
You can’t perform that action at this time.
0 commit comments