-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGemfile
More file actions
29 lines (26 loc) · 725 Bytes
/
Gemfile
File metadata and controls
29 lines (26 loc) · 725 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
source 'https://rubygems.org'
group :development, :test do
gem 'annotate', github: 'ctran/annotate_models'
gem 'font-awesome-sass', github: 'FortAwesome/font-awesome-sass'
gem 'multilang_field', github: 'kelevro/multilang_field'
# gem 'multilang_field', path: '/Users/antoxa/dev/ruby/gems/multilang_field'
gem 'sqlite3'
gem 'sass-rails'
gem 'bootstrap-sass'
gem 'globalize', '~> 5.0.0'
gem 'globalize-accessors'
gem 'pry-rails'
gem 'pry-byebug'
gem 'meta-tags'
gem 'slim'
gem 'jquery-rails'
gem 'breadcrumbs_on_rails'
gem 'simple_form'
gem 'rspec-rails'
gem 'capybara'
gem 'factory_girl_rails'
gem 'database_cleaner'
gem 'shoulda-matchers', '~> 3.1'
gem 'cancancan'
end
gemspec