Fix Gemfile.lock (#12995)

* Use bundle install in deployment mode for Continuous Integration to catch Gemfile.lock issues

* Fix deprecation warnings

* Fix Gemfile.lock

* More changes to catch Gemfile.lock issues
This commit is contained in:
ThibG
2020-01-28 18:50:44 +01:00
committed by Eugen Rochko
parent 8071b71b9f
commit 1051de0165
2 changed files with 8 additions and 3 deletions

View File

@ -44,7 +44,7 @@ GEM
actionpack (5.2.4.1)
actionview (= 5.2.4.1)
activesupport (= 5.2.4.1)
rack (~> 2.0, >= 2.1.2)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
@ -148,7 +148,7 @@ GEM
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 2.1.2)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)