Skip to content

Commit

Permalink
Revert "Update to coveralls 0.7.1"
Browse files Browse the repository at this point in the history
This reverts commit d0c6486.
  • Loading branch information
ruedap committed Nov 7, 2014
1 parent 77c3c87 commit 4729350
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion workflow/Gemfile
Expand Up @@ -6,6 +6,6 @@ gem 'htmlentities', '4.3.1' # ruby 1.8 support version
group :test do
gem 'rspec', '3.1.0'
gem 'rake', '10.3.2'
gem 'coveralls', '0.7.1', :require => false
gem 'coveralls', '0.7.0', :require => false
gem 'timecop', '0.6.1' # ruby 1.8 support version
end
30 changes: 13 additions & 17 deletions workflow/Gemfile.lock
@@ -1,23 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
coveralls (0.7.1)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
diff-lcs (1.2.5)
docile (1.1.5)
htmlentities (4.3.1)
mime-types (2.4.3)
multi_json (1.10.1)
netrc (0.8.0)
mime-types (1.25)
multi_json (1.8.0)
plist (3.1.0)
rake (10.3.2)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
Expand All @@ -30,22 +27,21 @@ GEM
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
simplecov (0.9.1)
docile (~> 1.1.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
timecop (0.6.1)
tins (1.3.3)
tins (0.11.0)

PLATFORMS
ruby

DEPENDENCIES
coveralls (= 0.7.1)
coveralls (= 0.7.0)
htmlentities (= 4.3.1)
plist (= 3.1.0)
rake (= 10.3.2)
Expand Down

0 comments on commit 4729350

Please sign in to comment.