Mercurial > rsstweet
comparison Gemfile @ 34:e679ce4f73dd
Remove main rails dependency.
Depend on its components instead. Trims out a lot of gems.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 11 Dec 2014 15:33:14 +0900 |
parents | 03f904c070f7 |
children | 6267a4188c05 |
comparison
equal
deleted
inserted
replaced
33:9defe1ae5814 | 34:e679ce4f73dd |
---|---|
1 source "https://rubygems.org" | 1 source "https://rubygems.org" |
2 | 2 |
3 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | 3 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' |
4 gem "rails", "~> 4.1.4" | 4 # gem "rails", "~> 4.1.4" |
5 | |
6 rails_ver = "~> 4.1.4" | |
7 gem "actionview", rails_ver | |
8 gem "railties", rails_ver | |
9 gem "actionpack", rails_ver | |
10 | |
5 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | 11 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder |
6 # gem 'jbuilder', '~> 2.0' | 12 # gem 'jbuilder', '~> 2.0' |
7 # bundle exec rake doc:rails generates the API under doc/api. | 13 # bundle exec rake doc:rails generates the API under doc/api. |
8 gem "sdoc", "~> 0.4.0", :group => :doc | 14 # gem "sdoc", "~> 0.4.0", :group => :doc |
9 | 15 |
10 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | 16 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring |
11 gem "spring", :group => :development | 17 # gem "spring", :group => :development |
12 | 18 |
13 # Use ActiveModel has_secure_password | 19 # Use ActiveModel has_secure_password |
14 # gem 'bcrypt', '~> 3.1.7' | 20 # gem 'bcrypt', '~> 3.1.7' |
15 | 21 |
16 # Use unicorn as the app server | 22 # Use unicorn as the app server |
17 gem "unicorn", :platforms => :mri, :require => false | 23 # gem "unicorn", :platforms => :mri, :require => false |
18 gem "puma", :platforms => [:jruby, :rbx, :mswin], :require => false | 24 # gem "puma", :platforms => [:jruby, :rbx, :mswin], :require => false |
19 | 25 |
20 # Use Capistrano for deployment | 26 # Use Capistrano for deployment |
21 # gem 'capistrano-rails', group: :development | 27 # gem 'capistrano-rails', group: :development |
22 | 28 |
23 # Use debugger | 29 # Use debugger |