Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we use a valid version of rspec-rails
  • Loading branch information
jferris committed Jan 19, 2011
1 parent 70e2634 commit 7c48ffe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gem 'rails', '3.0.3'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'rspec'
gem 'rspec-rails', "~> 2.3.1"
gem 'ruby-debug'
gem 'cucumber'
gem "aruba"
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Expand Up @@ -80,10 +80,15 @@ GEM
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.0)
rspec-core (2.3.1)
rspec-expectations (2.3.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
rspec-rails (2.3.1)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.3.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
Expand All @@ -103,6 +108,6 @@ DEPENDENCIES
aruba
cucumber
rails (= 3.0.3)
rspec
rspec-rails (~> 2.3.1)
ruby-debug
sqlite3-ruby

0 comments on commit 7c48ffe

Please sign in to comment.