Mercurial > rsstweet
comparison Gemfile @ 18:aeb4d50ec21b
Hash rocket everywhere.
author | edogawaconan <me@myconan.net> |
---|---|
date | Fri, 05 Sep 2014 23:10:53 +0900 |
parents | aad3b253ffd5 |
children | 157f7fd136fc |
comparison
equal
deleted
inserted
replaced
17:6718f51b34b5 | 18:aeb4d50ec21b |
---|---|
4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | 4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' |
5 gem 'rails', '~> 4.1.4' | 5 gem 'rails', '~> 4.1.4' |
6 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | 6 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder |
7 # gem 'jbuilder', '~> 2.0' | 7 # gem 'jbuilder', '~> 2.0' |
8 # bundle exec rake doc:rails generates the API under doc/api. | 8 # bundle exec rake doc:rails generates the API under doc/api. |
9 gem 'sdoc', '~> 0.4.0', group: :doc | 9 gem 'sdoc', '~> 0.4.0', :group => :doc |
10 | 10 |
11 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | 11 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring |
12 gem 'spring', group: :development | 12 gem 'spring', :group => :development |
13 | 13 |
14 # Use ActiveModel has_secure_password | 14 # Use ActiveModel has_secure_password |
15 # gem 'bcrypt', '~> 3.1.7' | 15 # gem 'bcrypt', '~> 3.1.7' |
16 | 16 |
17 # Use unicorn as the app server | 17 # Use unicorn as the app server |