Skip to content

Commit

Permalink
Make simplecov a dev/test dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Tinkham <[email protected]>
  • Loading branch information
andytinkham committed May 31, 2022
1 parent d0e609e commit 64f7cd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.17.7] - 2022-05-19

### Changed
- Made simplecov a dev/test dependency
[cyberark/conjur#2564](https://github.com/cyberark/conjur/pull/2564)
- Added configuration for token TTL
[cyberark/conjur#2510](https://github.com/cyberark/conjur/pull/2510)

Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ gem 'rack-rewrite'
# Putting this here currently confuses debify, so instead load it in
# application.rb gem 'conjur_audit', path: 'engines/conjur_audit'

gem 'simplecov', '0.21.2', require: false

gem 'dry-struct'
gem 'dry-types'
gem 'net-ldap'
Expand Down Expand Up @@ -100,6 +98,7 @@ group :development, :test do
gem 'rspec-core'
gem 'rspec-rails'
gem 'ruby-debug-ide'
gem 'simplecov'
gem 'spring'
gem 'spring-commands-cucumber'
gem 'spring-commands-rspec'
Expand Down

0 comments on commit 64f7cd1

Please sign in to comment.