Skip to content

Commit

Permalink
[ci] fix minitest version to be in sync with Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Aug 30, 2016
1 parent c047b82 commit 23ac4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Gemfile
Expand Up @@ -73,7 +73,7 @@ end
# Gems used only for testing the application and not required in production environments by default.
group :test do
# as testing frameworks
gem 'minitest', '= 5.8.3'
gem 'minitest', '= 5.9.0'
gem 'test-unit'
# to ensure a clean state for testing
gem 'database_cleaner', '>= 1.0.1'
Expand Down

1 comment on commit 23ac4be

@zenspider
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should consider using '~> 5.0' instead.

Please sign in to comment.