Skip to content

Commit

Permalink
No more update gem dependencies in two places
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Jul 13, 2011
1 parent 48f1b06 commit c323aac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Gemfile
@@ -1,7 +1,6 @@
source :rubygems

gem 'savon', '0.9.5'
gem 'activesupport', '~> 3.0'
gemspec

group :test do
gem 'rake'
Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
@@ -1,3 +1,10 @@
PATH
remote: .
specs:
rconomic (0.1.0)
activesupport (~> 3.0)
savon (= 0.9.5)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -42,7 +49,6 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.0)
rake
savon (= 0.9.5)
rconomic!
savon_spec (= 0.1.6)

0 comments on commit c323aac

Please sign in to comment.