Skip to content

Commit

Permalink
Merge branch 'hotfix/5.7.1'
Browse files Browse the repository at this point in the history
* hotfix/5.7.1:
  Update changelog and version
  Update RuboCop dependency
  Test against Ruby 2.6.1
  • Loading branch information
tagliala committed Feb 3, 2019
2 parents 3030b69 + c7e823b commit 3ee21cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- 2.6.1
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 5.7.1 / 2019-02-03

* [ENHANCEMENT] Test against Ruby 2.6.1
* [ENHANCEMENT] Update development dependencies

## 5.7.0 / 2019-01-19

* [FEATURE] Add Rails 6.0.0.beta1 compatibility
Expand Down
2 changes: 1 addition & 1 deletion lib/route_translator/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RouteTranslator
VERSION = '5.7.0'.freeze
VERSION = '5.7.1'.freeze
end
2 changes: 1 addition & 1 deletion route_translator.gemspec
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.11'
spec.add_development_dependency 'rails', '>= 5.0.0.1', '< 6'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rubocop', '~> 0.63.0'
spec.add_development_dependency 'rubocop', '~> 0.63.1'
spec.add_development_dependency 'simplecov', '~> 0.16.1'
end

0 comments on commit 3ee21cc

Please sign in to comment.