Skip to content

Commit

Permalink
Update RSpec to fix 'subject issues'
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Apr 18, 2013
1 parent 28a4320 commit 0de630b
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,45 @@
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.1.3)
capistrano (2.14.2)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
diff-lcs (1.2.3)
git (1.2.5)
highline (1.6.18)
jeweler (1.8.3)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.6.6)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-sftp (2.1.1)
net-ssh (>= 2.6.5)
net-ssh (2.6.7)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
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)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)

PLATFORMS
ruby

DEPENDENCIES
capistrano
jeweler
rake
rspec

0 comments on commit 0de630b

Please sign in to comment.