Skip to content

Commit

Permalink
Merge pull request #1066 from opf/fix/peg-simplecov-version
Browse files Browse the repository at this point in the history
Peg simplecov version to 0.8.0.pre
  • Loading branch information
Philipp Tessenow committed Apr 7, 2014
2 parents 40133c1 + 5bd8e8c commit 56d1a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ group :test do
gem 'rb-readline' # ruby on CI needs this
# why in Gemfile? see: https://github.com/guard/guard-test
gem 'ruby-prof'
gem 'simplecov', ">= 0.8.pre"
gem 'simplecov', '0.8.0.pre'
gem "shoulda-matchers"
gem "json_spec"
gem "activerecord-tableless", "~> 1.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GEM
mime-types (1.25.1)
mocha (0.13.3)
metaclass (~> 0.0.1)
multi_json (1.8.2)
multi_json (1.9.2)
multi_test (0.0.2)
mysql2 (0.3.11)
net-ldap (0.2.2)
Expand Down Expand Up @@ -425,7 +425,7 @@ DEPENDENCIES
selenium-webdriver
shoulda
shoulda-matchers
simplecov (>= 0.8.pre)
simplecov (= 0.8.0.pre)
sqlite3
strong_parameters
svg-graph
Expand Down

0 comments on commit 56d1a24

Please sign in to comment.