-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
44 lines (36 loc) · 1.14 KB
/
Copy pathGemfile
File metadata and controls
44 lines (36 loc) · 1.14 KB
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 'http://gemserv.swim.de/'
source 'http://rubygems.org'
gem 'rails', '4.0.3'
gem 'sqlite3', '~> 1.3.9'
gem 'thin', '~> 1.6.3'
gem 'pg', '~> 0.17.1'
gem 'ruby_flipper', '~> 0.0.5'
gem 'simple-navigation', '~> 3.13.0'
gem 'carrierwave-activerecord', '0.1.0rc7' # from http://gemserv.swim.de
gem 'mini_magick', '~> 3.8.1'
gem 'sass-rails', '~> 4.0.3'
gem 'coffee-rails', '~> 4.1.0'
gem 'uglifier', '~> 2.5.3'
gem 'therubyracer', '~> 0.12.1'
gem 'jquery-rails', '~> 3.1.2'
gem 'jquery-ui-rails', '~> 5.0.2'
gem 'execjs', '~> 2.2.2'
gem 'compass-rails', '~> 1.1.3'
gem 'slim-rails', '~> 2.1.5'
gem 'capistrano', '~> 3.1.0'
gem 'capistrano-bundler', '~> 1.1.1'
gem 'capistrano-rails', '~> 1.1.1'
gem 'cap3_copy_strategy', '~> 0.0.1', :require => false
gem 'softwareinmotion_chef_deployment_defaults', '~> 0.0.1', :require => false
group :test, :development, :ci do
gem 'rspec-rails', '~> 2.14.1'
gem 'factory_girl_rails', '~> 4.4.1'
gem 'database_cleaner', '~> 1.2.0'
gem 'guard-rspec', '~> 4.2.8'
gem 'awesome_print', '~> 1.2.0'
gem 'byebug', '~> 2.7.0'
gem 'timecop', '~> 0.6.3'
end
group :ci do
gem 'ci_reporter_rspec', '~> 1.0.0'
end