mirror of https://github.com/rails/rails
bundle update
This commit is contained in:
parent
2575ba80c7
commit
933ae2cc14
12
Gemfile.lock
12
Gemfile.lock
|
@ -155,7 +155,7 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.0.3)
|
||||
concurrent-ruby (1.0.4)
|
||||
connection_pool (2.2.1)
|
||||
cookiejar (0.3.3)
|
||||
curses (1.0.2)
|
||||
|
@ -234,11 +234,11 @@ GEM
|
|||
mysql2 (0.4.5-x64-mingw32)
|
||||
mysql2 (0.4.5-x86-mingw32)
|
||||
nio4r (1.2.1)
|
||||
nokogiri (1.6.8.1)
|
||||
nokogiri (1.7.0)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
nokogiri (1.6.8.1-x64-mingw32)
|
||||
nokogiri (1.7.0-x64-mingw32)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
nokogiri (1.6.8.1-x86-mingw32)
|
||||
nokogiri (1.7.0-x86-mingw32)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
parser (2.3.3.1)
|
||||
ast (~> 2.2)
|
||||
|
@ -264,9 +264,9 @@ GEM
|
|||
rack
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
rails-dom-testing (2.0.1)
|
||||
rails-dom-testing (2.0.2)
|
||||
activesupport (>= 4.2.0, < 6.0)
|
||||
nokogiri (~> 1.6.0)
|
||||
nokogiri (~> 1.6)
|
||||
rails-html-sanitizer (1.0.3)
|
||||
loofah (~> 2.0)
|
||||
rainbow (2.1.0)
|
||||
|
|
Loading…
Reference in New Issue