mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix the coffee-rails dependecy version
This commit is contained in:
parent
a8c8a08f1a
commit
5c078368c7
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -9,7 +9,8 @@ gem 'rack-test', github: 'brynary/rack-test'
|
|||
gem 'rack-cache', "~> 1.2"
|
||||
gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
gem 'jquery-rails'
|
||||
gem 'turbolinks', github: 'rails/turbolinks'
|
||||
gem 'turbolinks'
|
||||
gem 'coffee-rails', github: 'rails/coffee-rails'
|
||||
|
||||
gem 'journey', github: 'rails/journey', branch: 'master'
|
||||
|
||||
|
|
Loading…
Reference in a new issue