Rails 5.1
This commit is contained in:
parent
74531f90c7
commit
4642eb6c54
10 changed files with 112 additions and 59 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,7 +1,7 @@
|
|||
# A sample Gemfile
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rails", '< 5.1'
|
||||
gem "rails", '< 5.2'
|
||||
|
||||
gem 'sass-rails'
|
||||
gem 'less-rails'
|
||||
|
|
@ -75,6 +75,7 @@ group :development do
|
|||
gem 'sqlite3', '~> 1.3.6'
|
||||
gem 'mailcatcher'
|
||||
gem 'web-console'
|
||||
gem 'listen'
|
||||
|
||||
# Better error output
|
||||
gem 'better_errors'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue