Skip to content

Commit

Permalink
latest version installable on both ruby 2.4 and 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-fazzi committed Jan 25, 2018
1 parent 60b8d6c commit 94673d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Rails/Output:
Enabled: false

AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 2.4
DisplayCopNames: true
DisplayStyleGuide: true

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: ruby
rvm:
- 2.5.0
- 2.4.3
2 changes: 1 addition & 1 deletion lib/wordmove/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wordmove
VERSION = "2.4.1".freeze
VERSION = "2.4.2".freeze
end
2 changes: 1 addition & 1 deletion wordmove.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "photocopier", "~> 1.1", ">= 1.1.3"
spec.add_runtime_dependency "thor", "~> 0.19.4"

spec.required_ruby_version = ">= 2.4.0", "~> 2.5.0"
spec.required_ruby_version = ">= 2.4.0"

spec.add_development_dependency "bundler", "~> 1.14", ">= 1.14.6"
spec.add_development_dependency "priscilla", "~> 1.0"
Expand Down

0 comments on commit 94673d6

Please sign in to comment.