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