Skip to content

Commit

Permalink
Merge pull request #25 from touhouota/bundle_update
Browse files Browse the repository at this point in the history
bundle update
  • Loading branch information
touhouota committed Nov 7, 2019
2 parents 2d59a95 + f289975 commit 9cc6914
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ GEM
xpath (~> 3.2)
case_transform (0.2)
activesupport
childprocess (2.0.0)
rake (< 13.0)
childprocess (3.0.0)
coderay (1.1.2)
committee (3.2.1)
json_schema (~> 0.14, >= 0.14.3)
Expand Down Expand Up @@ -175,7 +174,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (12.3.3)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand Down Expand Up @@ -215,7 +214,7 @@ GEM
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (1.3.0)
rubyzip (2.0.0)
sassc (2.2.1)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand All @@ -224,9 +223,9 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (3.142.4)
childprocess (>= 0.5, < 3.0)
rubyzip (~> 1.2, >= 1.2.2)
selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
simpacker (1.1.0)
railties (>= 4.2)
slim (4.0.1)
Expand Down Expand Up @@ -264,9 +263,9 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (4.1.2)
webdrivers (4.1.3)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
Expand Down

0 comments on commit 9cc6914

Please sign in to comment.