Skip to content

Commit acf9b9d

Browse files
Updated to ruby-nginx 1.0.0-beta.3
1 parent 23f753d commit acf9b9d

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

Gemfile.lock

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

99
GEM
1010
remote: https://rubygems.org/
@@ -229,11 +229,10 @@ GEM
229229
rubocop-performance (1.23.1)
230230
rubocop (>= 1.48.1, < 2.0)
231231
rubocop-ast (>= 1.31.1, < 2.0)
232-
ruby-nginx (1.0.0.pre.beta.2)
232+
ruby-nginx (1.0.0.pre.beta.3)
233233
erb
234234
thor
235235
tty-command (~> 0.10, >= 0.10.1)
236-
tty-prompt (>= 0.3.0)
237236
ruby-progressbar (1.13.0)
238237
securerandom (0.4.1)
239238
standard (1.44.0)
@@ -254,15 +253,6 @@ GEM
254253
tty-color (0.6.0)
255254
tty-command (0.10.1)
256255
pastel (~> 0.8)
257-
tty-cursor (0.7.1)
258-
tty-prompt (0.23.1)
259-
pastel (~> 0.8)
260-
tty-reader (~> 0.8)
261-
tty-reader (0.9.0)
262-
tty-cursor (~> 0.7)
263-
tty-screen (~> 0.8)
264-
wisper (~> 2.0)
265-
tty-screen (0.8.2)
266256
tzinfo (2.0.6)
267257
concurrent-ruby (~> 1.0)
268258
unicode-display_width (3.1.4)
@@ -274,7 +264,6 @@ GEM
274264
base64
275265
websocket-extensions (>= 0.1.0)
276266
websocket-extensions (0.1.5)
277-
wisper (2.0.1)
278267
zeitwerk (2.7.1)
279268

280269
PLATFORMS

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-beta.2"
5+
VERSION = "1.0.0-beta.3"
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-beta.2"
31+
spec.add_dependency "ruby-nginx", ">= 1.0.0-beta.3"
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)