Skip to content

Commit

Permalink
updated gemfile for payment methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kc7rwx committed Mar 21, 2012
1 parent 5e95dbe commit d769fb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 34 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -45,8 +45,9 @@ group :development do
end

gem 'spree', :git => 'https://github.com/spree/spree.git'
gem 'spree_usa_epay', :git => 'git://github.com/spree/spree_usa_epay.git'
gem 'spree_skrill', :git => 'git://github.com/spree/spree_skrill.git', :ref => '37e6159aa71ec053499e2c7aa9cf799a3b3bdb39'
# gem 'spree_usa_epay', :git => 'git://github.com/spree/spree_usa_epay.git'
# gem 'spree_skrill', :git => 'git://github.com/spree/spree_skrill.git', :ref => '37e6159aa71ec053499e2c7aa9cf799a3b3bdb39'
gem 'spree_gateway', :git => 'git://github.com/spree/spree_gateway.git'
gem 'spree_static_content', :git => 'git://github.com/spree/spree_static_content.git', :ref => 'be91eb52b0bad285dcaff6602a392e45b5e07fbd'
gem 'spree_editor', :git => 'git://github.com/spree/spree_editor.git', :branch => 'master'
gem 'yaml_db', '0.2.2'
37 changes: 5 additions & 32 deletions Gemfile.lock
Expand Up @@ -16,12 +16,11 @@ GIT
tinymce-rails (>= 3.4.7.0.1)

GIT
remote: git://github.com/spree/spree_skrill.git
revision: 37e6159aa71ec053499e2c7aa9cf799a3b3bdb39
ref: 37e6159aa71ec053499e2c7aa9cf799a3b3bdb39
remote: git://github.com/spree/spree_gateway.git
revision: eb87d4303f7a011362a985d945ddafdb7b6d431e
specs:
spree_skrill (0.70.1)
spree_core (>= 0.70.1)
spree_gateway (1.0.0)
spree_core (>= 1.0.beta)

GIT
remote: git://github.com/spree/spree_static_content.git
Expand All @@ -32,14 +31,6 @@ GIT
spree_auth (~> 1.1.0.beta)
spree_core (~> 1.1.0.beta)

GIT
remote: git://github.com/spree/spree_usa_epay.git
revision: 7f97d3176f5f4f5b45fb64293f5a26bec7e9d0fb
specs:
spree_usa_epay (1.0.1)
savon
spree_core (>= 1.0.0)

GIT
remote: https://github.com/spohlenz/tinymce-rails.git
revision: 1d53cb9c88faff4dc3ccc251741fed7b377fad34
Expand Down Expand Up @@ -133,8 +124,6 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
acts_as_list (0.1.4)
akami (1.0.0)
gyoku (>= 0.4.0)
ansi (1.4.2)
arel (3.0.2)
aws-sdk (1.3.6)
Expand Down Expand Up @@ -169,8 +158,6 @@ GEM
execjs (1.3.0)
multi_json (~> 1.0)
ffaker (1.12.1)
gyoku (0.4.4)
builder (>= 2.1.2)
haml (3.1.4)
haml-rails (0.3.4)
actionpack (~> 3.0)
Expand All @@ -182,8 +169,6 @@ GEM
httparty (0.8.1)
multi_json
multi_xml
httpi (0.9.6)
rack
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.1)
Expand Down Expand Up @@ -214,7 +199,6 @@ GEM
activerecord (>= 3.0.0)
railties (>= 3.0.0)
nokogiri (1.5.2)
nori (1.1.0)
orm_adapter (0.0.6)
paperclip (2.6.0)
activerecord (>= 2.3.0)
Expand Down Expand Up @@ -264,14 +248,6 @@ GEM
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
savon (0.9.9)
akami (~> 1.0)
builder (>= 2.1.2)
gyoku (>= 0.4.0)
httpi (~> 0.9)
nokogiri (>= 1.4.0)
nori (~> 1.1)
wasabi (~> 2.1)
slop (2.4.4)
sprockets (2.1.2)
hike (~> 1.2)
Expand All @@ -293,8 +269,6 @@ GEM
uuidtools (2.1.2)
warden (1.1.1)
rack (>= 1.0)
wasabi (2.1.0)
nokogiri (>= 1.4.0)
yaml_db (0.2.2)

PLATFORMS
Expand All @@ -312,10 +286,9 @@ DEPENDENCIES
sass-rails
spree!
spree_editor!
spree_gateway!
spree_heroku!
spree_skrill!
spree_static_content!
spree_usa_epay!
tinymce-rails!
turn (~> 0.8.3)
uglifier
Expand Down

0 comments on commit d769fb7

Please sign in to comment.