-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGemfile
More file actions
33 lines (29 loc) · 668 Bytes
/
Gemfile
File metadata and controls
33 lines (29 loc) · 668 Bytes
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
source 'https://rubygems.org'
gemspec
group :development, :test do
gem 'annotate', github: 'ctran/annotate_models'
gem 'font-awesome-sass', github: 'FortAwesome/font-awesome-sass'
gem 'sass-rails'
gem 'bootstrap-sass'
gem 'jquery-rails'
gem 'simple_form'
gem 'kaminari'
gem 'breadcrumbs_on_rails'
gem 'coffee-rails'
gem 'pry-rails'
gem 'pry-byebug'
gem 'redis'
gem 'rails-i18n'
end
group :test do
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'database_cleaner'
gem 'shoulda-matchers'
gem 'faker'
gem 'capybara'
gem 'poltergeist'
gem 'phantomjs', :require => 'phantomjs/poltergeist'
gem 'launchy'
gem 'fakeredis'
end