Skip to content

Commit ebe8535

Browse files
Updated to ruby-nginx 1.0.1
1 parent 359d54d commit ebe8535

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PATH
22
remote: .
33
specs:
4-
rails-nginx (1.0.0)
4+
rails-nginx (1.0.1)
55
puma
66
rails
7-
ruby-nginx (>= 1.0.0)
7+
ruby-nginx (>= 1.0.1)
88

99
GEM
1010
remote: https://rubygems.org/
@@ -233,7 +233,7 @@ GEM
233233
rubocop-performance (1.23.1)
234234
rubocop (>= 1.48.1, < 2.0)
235235
rubocop-ast (>= 1.31.1, < 2.0)
236-
ruby-nginx (1.0.0)
236+
ruby-nginx (1.0.1)
237237
erb
238238
thor
239239
tty-command (~> 0.10, >= 0.10.1)

lib/rails/nginx/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rails
44
module Nginx
5-
VERSION = "1.0.0"
5+
VERSION = "1.0.1"
66
end
77
end

rails-nginx.gemspec

+1-1
Original file line numberDiff line numberDiff 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.0"
31+
spec.add_dependency "ruby-nginx", ">= 1.0.1"
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

0 commit comments

Comments
 (0)