mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 17:58:50 +01:00
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:
parent
daf5736a32
commit
2cbe020d8a
17 changed files with 141 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue