Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibaggio committed Feb 7, 2012
1 parent 65449b7 commit 32e6437
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
GEM
remote: http://rubygems.org/
specs:
handsoap (1.1.7)
nokogiri (1.4.3.1)
rspec (1.3.0)
diff-lcs (1.1.3)
handsoap (1.1.8)
nokogiri (1.5.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'rubygems'
require 'spec'
require 'rspec'
require 'handsoap'
require 'braspag'

Expand Down

0 comments on commit 32e6437

Please sign in to comment.