forked from pgharts/trusty-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (21 loc) · 662 Bytes
/
Gemfile
File metadata and controls
25 lines (21 loc) · 662 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
source 'https://rubygems.org'
# This is the minimum of dependency required to run
# the trusty-cms instance generator, which is (normally)
# the only time the trusty gem functions as an
# application. The instance has its own Gemfile, which
# requires trusty and therefore pulls in every
# dependency mentioned in trusty.gemspec.
gem 'trustygems', '~> 0.2.0'
gemspec
group :development, :test do
gem 'acts_as_list'
gem 'codeclimate-test-reporter'
gem 'database_cleaner'
gem 'factory_bot_rails'
gem 'launchy', '~> 2.4.2'
gem 'mysql2'
gem 'poltergeist', '~> 1.14.0'
gem 'pry-byebug'
gem 'rails-observers'
gem 'rspec-rails'
end