forked from openjournals/brief-ideas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
41 lines (37 loc) · 978 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
ruby '2.1.2'
source 'https://rubygems.org'
gem 'coffee-rails', '~> 4.0.0'
gem 'faraday-http-cache'
gem 'github-markdown'
gem 'html-pipeline'
gem 'informant-rails', '~> 0.7.1'
gem 'jbuilder', '~> 2.0'
gem 'jquery-rails'
gem 'pg'
gem 'newrelic_rpm'
gem 'octokit', '~> 3.4.0'
gem 'omniauth-orcid', '~> 0.6'
gem 'rails', '4.1.8'
gem 'redis', '~> 3.1.0'
gem 'rest_client'
gem 'sanitize', '~> 3.0.3'
gem 'sass-rails', '~> 4.0.3'
gem 'select2-rails'
gem 'sidekiq', '~> 3.2.6'
gem 'sinatra', '>= 1.3.0', :require => nil
gem 'swiftype', '~> 1.1.0'
gem 'turbolinks'
gem 'bootstrap-typeahead-rails'
gem 'uglifier', '>= 1.3.0'
gem 'unicorn'
group :test do
gem 'capybara', '~> 2.4.4'
gem 'factory_girl_rails', '~> 4.4.1'
gem 'mocha', '~> 1.1.0'
gem 'rspec-rails', '~> 3.1.0'
gem 'shoulda-matchers', '~> 2.7.0'
gem 'webmock', '~> 1.19.0'
end
gem 'rails_12factor', group: :production
gem 'pry', group: [:development, :test]
gem 'dotenv-rails', :groups => [:development, :test]