File tree 3 files changed +5
-16
lines changed
3 files changed +5
-16
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.pre.beta.2 )
4
+ rails-nginx (1.0.0.pre.beta.3 )
5
5
puma
6
6
rails
7
- ruby-nginx (>= 1.0.0.pre.beta.2 )
7
+ ruby-nginx (>= 1.0.0.pre.beta.3 )
8
8
9
9
GEM
10
10
remote: https://rubygems.org/
@@ -229,11 +229,10 @@ GEM
229
229
rubocop-performance (1.23.1 )
230
230
rubocop (>= 1.48.1 , < 2.0 )
231
231
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 )
233
233
erb
234
234
thor
235
235
tty-command (~> 0.10 , >= 0.10.1 )
236
- tty-prompt (>= 0.3.0 )
237
236
ruby-progressbar (1.13.0 )
238
237
securerandom (0.4.1 )
239
238
standard (1.44.0 )
254
253
tty-color (0.6.0 )
255
254
tty-command (0.10.1 )
256
255
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 )
266
256
tzinfo (2.0.6 )
267
257
concurrent-ruby (~> 1.0 )
268
258
unicode-display_width (3.1.4 )
274
264
base64
275
265
websocket-extensions (>= 0.1.0 )
276
266
websocket-extensions (0.1.5 )
277
- wisper (2.0.1 )
278
267
zeitwerk (2.7.1 )
279
268
280
269
PLATFORMS
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-beta.2 "
5
+ VERSION = "1.0.0-beta.3 "
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-beta.2 "
31
+ spec . add_dependency "ruby-nginx" , ">= 1.0.0-beta.3 "
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