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
|
|
17 # gem 'unicorn'
|
|
18
|
|
19 # Use Capistrano for deployment
|
|
20 # gem 'capistrano-rails', group: :development
|
|
21
|
|
22 # Use debugger
|
|
23 # gem 'debugger', group: [:development, :test]
|
|
24
|
10
|
25 gem "twitter"
|
|
26 gem "twitter-text"
|