forked from activemerchant/active_merchant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
26 lines (21 loc) · 833 Bytes
/
Gemfile
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 :rubygems
gemspec
group :test do
gem 'json-jruby', :platforms => :jruby
gem 'jruby-openssl', :platforms => :jruby
# gateway-specific dependencies, keeping these gems out of the gemspec
gem 'samurai', '>= 0.2.25'
gem 'braintree', '>= 2.0.0'
gem 'vindicia-api', :git => 'git://github.com/agoragames/vindicia-api.git', :ref => "4e78744c79cb97448ff46c21301f53b346db4c91"
gem 'LitleOnline', '>= 8.12.4'
end
group :remote_test do
gem 'mechanize'
gem 'launchy'
gem 'mongrel', '1.2.0.pre2', :platforms => :ruby
# gateway-specific dependencies, keeping these gems out of the gemspec
gem 'samurai', '>= 0.2.25'
gem 'braintree', '>= 2.0.0'
gem 'vindicia-api', :git => 'git://github.com/agoragames/vindicia-api.git', :ref => "4e78744c79cb97448ff46c21301f53b346db4c91"
gem 'LitleOnline', '>= 8.12.4'
end