File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rails-nginx (1.0.0 )
4
+ rails-nginx (1.0.1 )
5
5
puma
6
6
rails
7
- ruby-nginx (>= 1.0.0 )
7
+ ruby-nginx (>= 1.0.1 )
8
8
9
9
GEM
10
10
remote: https://rubygems.org/
233
233
rubocop-performance (1.23.1 )
234
234
rubocop (>= 1.48.1 , < 2.0 )
235
235
rubocop-ast (>= 1.31.1 , < 2.0 )
236
- ruby-nginx (1.0.0 )
236
+ ruby-nginx (1.0.1 )
237
237
erb
238
238
thor
239
239
tty-command (~> 0.10 , >= 0.10.1 )
Original file line number Diff line number Diff line change 2
2
3
3
module Rails
4
4
module Nginx
5
- VERSION = "1.0.0 "
5
+ VERSION = "1.0.1 "
6
6
end
7
7
end
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
29
29
spec . add_dependency "puma"
30
30
spec . add_dependency "rails"
31
- spec . add_dependency "ruby-nginx" , ">= 1.0.0 "
31
+ spec . add_dependency "ruby-nginx" , ">= 1.0.1 "
32
32
33
33
# For more information and examples about making a new gem, check out our
34
34
# guide at: https://bundler.io/guides/creating_gem.html
You can’t perform that action at this time.
0 commit comments