Update the app for Rails 5.2

After the framework bump, run `rails app:update` to pull in the new
framework changes and defaults.
This commit is contained in:
Matt Rogers 2018-11-17 12:37:03 -06:00
parent daf5736a32
commit 2cbe020d8a
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
17 changed files with 141 additions and 41 deletions

View file

@ -58,6 +58,8 @@ GEM
autoprefixer-rails (9.3.1)
execjs
bcrypt (3.1.12)
bootsnap (1.3.2)
msgpack (~> 1.0)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
@ -130,6 +132,7 @@ GEM
minitest-stub-const (0.6)
mocha (1.7.0)
metaclass (~> 0.0.1)
msgpack (1.2.4)
mysql2 (0.4.10)
nio4r (2.3.1)
nokogiri (1.8.5)
@ -277,6 +280,7 @@ DEPENDENCIES
activemodel-serializers-xml (~> 1.0.1)
acts_as_list
bcrypt (~> 3.1.7)
bootsnap (~> 1.1)
bootstrap-sass (= 3.3.7)
bullet
byebug
@ -316,4 +320,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.2
1.16.4