forked from BJClark/openbeerdatabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
23 lines (20 loc) · 641 Bytes
/
Gemfile
File metadata and controls
23 lines (20 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
source "http://rubygems.org"
gem "bcrypt-ruby", "2.1.4", :require => "bcrypt"
gem "escape_utils", "0.2.3"
gem "hoptoad_notifier", "2.4.11"
gem "pg", "0.11.0"
gem "rails", "3.0.9"
gem "rack-contrib", "1.1.0", :require => "rack/contrib"
gem "will_paginate", "3.0.pre2"
group :development do
gem "rspec-rails", "2.6.1"
end
group :test do
gem "bourne", "1.0"
gem "capybara", "1.0.0"
gem "cucumber-rails", "1.0.2"
gem "database_cleaner", "0.6.7"
gem "factory_girl_rails", "1.0.1"
gem "rspec-rails", "2.6.1"
gem "shoulda-matchers", "1.0.0.beta2"
end