Skip to content

Commit 421533e

Browse files
Updated to ruby-nginx 1.0.4
1 parent c1bf18c commit 421533e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PATH
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

99
GEM
1010
remote: https://rubygems.org/
@@ -237,7 +237,7 @@ GEM
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)

lib/rails/nginx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rails
44
module Nginx
5-
VERSION = "1.0.4"
5+
VERSION = "1.0.5"
66
end
77
end

rails-nginx.gemspec

Lines changed: 1 addition & 1 deletion
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.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

0 commit comments

Comments
 (0)