19
|
1 source "https://rubygems.org"
|
0
|
2
|
|
3 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
19
|
4 gem "rails", "~> 4.1.4"
|
0
|
5 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
5
|
6 # gem 'jbuilder', '~> 2.0'
|
0
|
7 # bundle exec rake doc:rails generates the API under doc/api.
|
19
|
8 gem "sdoc", "~> 0.4.0", :group => :doc
|
0
|
9
|
|
10 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
19
|
11 gem "spring", :group => :development
|
0
|
12
|
|
13 # Use ActiveModel has_secure_password
|
|
14 # gem 'bcrypt', '~> 3.1.7'
|
|
15
|
|
16 # Use unicorn as the app server
|
26
|
17 gem "unicorn", :platforms => :mri, :require => false
|
|
18 gem "puma", :platforms => [:jruby, :rbx, :mswin], :require => false
|
0
|
19
|
|
20 # Use Capistrano for deployment
|
|
21 # gem 'capistrano-rails', group: :development
|
|
22
|
|
23 # Use debugger
|
|
24 # gem 'debugger', group: [:development, :test]
|
28
|
25 #
|
|
26 gem "dalli"
|
0
|
27
|
10
|
28 gem "twitter"
|
|
29 gem "twitter-text"
|