Skip to content

Commit

Permalink
update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Dec 8, 2016
1 parent ffaa2f8 commit 99e5a39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

group :test do
gem "codeclimate-test-reporter", require: nil
gem "coveralls", "~> 0.8.16", require: false
gem "coveralls", "~> 0.8.17", require: false
gem "cucumber-rails", "~> 1.4.5", require: false
gem "database_cleaner", "~> 1.5.3"
gem "simplecov", "~> 0.12.0", require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ GEM
country_select (3.0.0)
countries (~> 2.0)
sort_alphabetical (~> 1.0)
coveralls (0.8.16)
coveralls (0.8.17)
json (>= 1.8, < 3)
simplecov (~> 0.12.0)
term-ansicolor (~> 1.3.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (>= 1.6.0, < 2)
tins (~> 1.6)
cucumber (2.4.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
Expand Down Expand Up @@ -357,7 +357,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.12)
term-ansicolor (1.3.2)
term-ansicolor (1.4.0)
tins (~> 1.0)
terminal-table (1.7.3)
unicode-display_width (~> 1.1.1)
Expand Down Expand Up @@ -388,7 +388,7 @@ DEPENDENCIES
capybara (~> 2.11.0)
codeclimate-test-reporter
coffeelint (~> 1.14.0)
coveralls (~> 0.8.16)
coveralls (~> 0.8.17)
cucumber-rails (~> 1.4.5)
database_cleaner (~> 1.5.3)
factory_girl_rails (~> 4.7.0)
Expand Down

0 comments on commit 99e5a39

Please sign in to comment.