forked from ib-ruby/ib-ruby
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (25 loc) · 661 Bytes
/
Copy pathGemfile
File metadata and controls
31 lines (25 loc) · 661 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
source "https://rubygems.org"
gemspec
# Gems used in bin scripts
gem 'getopt'
gem 'xml-simple'
group :development, :test do
gem "factory_girl", "~> 4.0"
gem "rspec"
gem "rspec-its"
gem 'rspec-collection_matchers'
gem 'guard'
gem 'guard-rspec'
gem 'database_cleaner'
gem 'pry'
end
# jquery-rails is used by the dummy application
#gem "jquery-rails"
# Platform-specific dependencies
#gem 'sqlite3', '> 1.3.3', :platforms => [:ruby_18, :ruby_19] #:ruby
#gem 'activerecord-jdbcsqlite3-adapter', '>= 1.2.2', :platforms => :jruby
#gem 'jdbc-sqlite3', '>= 3.7.2', :platforms => :jruby
gem 'activemodel'
gem 'activesupport'
#gem 'mysql2'
#gem "backports"