mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-30 20:55:17 +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
1
Gemfile
1
Gemfile
|
|
@ -3,6 +3,7 @@ source 'https://rubygems.org'
|
|||
gem 'rails', '~> 5.2.1'
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
gem 'coffee-rails', '~> 4.2.0'
|
||||
gem 'bootsnap', '~> 1.1'
|
||||
|
||||
#gem 'json'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue