Rails 5.2
This commit is contained in:
parent
4642eb6c54
commit
899a83bec4
14 changed files with 171 additions and 79 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,7 +1,7 @@
|
|||
# A sample Gemfile
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rails", '< 5.2'
|
||||
gem "rails", '~> 5.2'
|
||||
|
||||
gem 'sass-rails'
|
||||
gem 'less-rails'
|
||||
|
|
@ -18,6 +18,7 @@ gem 'date_time_attribute'
|
|||
gem 'rails-assets-listjs', '0.2.0.beta.4' # remember to maintain list.*.js plugins and template engines on update
|
||||
gem 'i18n-js', '~> 3.0.0.rc8'
|
||||
gem 'rails-i18n'
|
||||
gem 'bootsnap', require: false
|
||||
|
||||
gem 'mysql2'
|
||||
gem 'prawn'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue