diff options
| author | mo <mo.khan@gmail.com> | 2017-09-24 12:56:20 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-09-24 12:56:20 -0600 |
| commit | a67e0cb103f76df6095257857e5f980340f3c940 (patch) | |
| tree | 7602d8e3f1c2bb721afaf4d891c1e3800c7166c6 /Gemfile | |
| parent | 96d66bcdb7bad43c3ec08349d2d978aec307ec90 (diff) | |
upgrade to rails 5.1
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,9 @@ source 'https://rubygems.org' -gem 'rails', '~> 5.0' +gem 'rails', '~> 5.1' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' -gem 'coffee-rails', '~> 4.1.0' +gem 'coffee-rails', '~> 4.2' gem 'jquery-rails' gem 'jbuilder', '~> 2.0' gem 'bcrypt', '~> 3.1.7' @@ -51,6 +51,7 @@ group :development do gem 'capistrano-rails' gem 'capistrano-rbenv', '~> 2.0', require: false gem 'chef' + gem 'listen' gem 'lol_dba' gem 'pry-rails' gem 'spring-commands-rspec' |
