Skip to content

Commit

Permalink
Require flexmock 1.0.2 or better
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Sep 13, 2012
1 parent fef7fe0 commit 2158411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,5 +3,5 @@ gem 'rspec', '>= 2.0'
gem 'rake', '>= 0.9.2.2' gem 'rake', '>= 0.9.2.2'


group :test do group :test do
gem 'flexmock' gem 'flexmock', '~> 1.0.2'
end end
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -17,6 +17,6 @@ PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
flexmock flexmock (~> 1.0.2)
rake (>= 0.9.2.2) rake (>= 0.9.2.2)
rspec (>= 2.0) rspec (>= 2.0)

0 comments on commit 2158411

Please sign in to comment.