forked from saturnflyer/purple_door
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
44 lines (40 loc) · 923 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
42
43
44
source 'https://rubygems.org'
ruby '2.2.2'
gem 'rails', '4.2.3'
gem 'foundation-datetimepicker-rails'
gem 'pg'
gem 'rails_12factor'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'sprockets-es6'
gem 'jquery-rails'
gem 'turbolinks'
gem 'bcrypt', '~> 3.1.7'
gem 'foundation-rails'
gem 'passenger'
gem 'devise'
gem 'ancestry', '~> 2.1.0'
gem 'momentjs-rails'
gem 'minitest-rails'
gem 'figaro'
gem 'net-ssh', '2.10.1.rc1'
gem 'bourbon'
gem 'neat'
gem 'bitters'
gem 'thredded', git: 'https://github.com/jayroh/thredded.git', ref: 'a6e35825a48e3bca3f95a04e97c8c881ef716f83'
group :development, :test do
gem 'pry-byebug'
gem 'web-console', '~> 2.0'
gem 'binding_of_caller'
gem 'better_errors'
gem 'rspec-rails'
gem 'factory_girl_rails'
end
group :test do
gem 'minitest-rails-capybara'
gem 'capybara'
gem 'database_cleaner'
gem 'faker'
gem 'shoulda-matchers'
end