Mercurial > rsstweet
comparison Gemfile @ 43:75569f468f84
Cleanup comments in Gemfile.
| author | edogawaconan <me@myconan.net> |
|---|---|
| date | Thu, 11 Dec 2014 16:07:09 +0900 |
| parents | 6267a4188c05 |
| children | c087f4831ec7 |
comparison
equal
deleted
inserted
replaced
| 42:97a6973e9d94 | 43:75569f468f84 |
|---|---|
| 1 source "https://rubygems.org" | 1 source "https://rubygems.org" |
| 2 | |
| 3 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
| 4 # gem "rails", "~> 4.1.4" | |
| 5 | 2 |
| 6 rails_ver = "~> 4.2.0.rc2" | 3 rails_ver = "~> 4.2.0.rc2" |
| 7 gem "actionview", rails_ver | 4 gem "actionview", rails_ver |
| 8 gem "railties", rails_ver | 5 gem "railties", rails_ver |
| 9 gem "actionpack", rails_ver | 6 gem "actionpack", rails_ver |
| 10 | 7 |
| 11 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |
| 12 # gem 'jbuilder', '~> 2.0' | |
| 13 # bundle exec rake doc:rails generates the API under doc/api. | |
| 14 # gem "sdoc", "~> 0.4.0", :group => :doc | |
| 15 | |
| 16 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | |
| 17 # gem "spring", :group => :development | |
| 18 | |
| 19 # Use ActiveModel has_secure_password | |
| 20 # gem 'bcrypt', '~> 3.1.7' | |
| 21 | |
| 22 # Use unicorn as the app server | |
| 23 # gem "unicorn", :platforms => :mri, :require => false | |
| 24 # gem "puma", :platforms => [:jruby, :rbx, :mswin], :require => false | |
| 25 | |
| 26 # Use Capistrano for deployment | |
| 27 # gem 'capistrano-rails', group: :development | |
| 28 | |
| 29 # Use debugger | |
| 30 # gem 'debugger', group: [:development, :test] | |
| 31 # | |
| 32 gem "dalli" | 8 gem "dalli" |
| 33 | 9 |
| 34 gem "twitter" | 10 gem "twitter" |
| 35 gem "twitter-text" | 11 gem "twitter-text" |
