Update Gemfile
This commit is contained in:
parent
8bb2349c4c
commit
25aa063c36
|
|
@ -5,11 +5,10 @@ git_source(:github) do |repo_name|
|
|||
"https://github.com/#{repo_name}.git"
|
||||
end
|
||||
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 5.1.4'
|
||||
# Use Puma as the app server
|
||||
gem "puma", ">= 4.3.8"
|
||||
gem 'puma', '>= 4.3.8'
|
||||
# Use SCSS for stylesheets
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
|
|
|
|||
Loading…
Reference in New Issue