forked from oivoodoo/devise_masquerade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (28 loc) · 609 Bytes
/
Gemfile
File metadata and controls
35 lines (28 loc) · 609 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
34
35
source 'https://rubygems.org'
# Specify your gem's dependencies in devise_masquerade.gemspec
gemspec
group :test do
gem 'activerecord', '~> 3.0'
gem 'actionmailer', '~> 3.0'
gem "bson_ext", "~> 1.3"
gem 'sqlite3'
gem 'test-unit'
gem 'pry'
gem 'pry-byebug'
gem 'guard'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'guard-cucumber'
gem 'rspec-rails'
gem 'rspec'
gem 'rspec-mocks'
gem 'shoulda'
gem 'rb-fsevent'
gem 'factory_girl_rails'
gem 'database_cleaner', '< 1.1.0'
gem 'cucumber'
gem 'cucumber-rails'
gem 'capybara'
gem 'capybara-webkit'
gem 'launchy'
end