Skip to content

Commit

Permalink
Add ruby 2.4 support
Browse files Browse the repository at this point in the history
Resolves #29

The listed version of webmock did not support ruby 2.4, so this path
upgrades to the minimum compatible version (~> 2.3.1).

See bblimke/webmock#683
  • Loading branch information
leesharma committed Jun 13, 2020
1 parent 09ac5e7 commit 1beebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rescuetime.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.bindir = 'bin'
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.0.0', '< 2.4'
spec.required_ruby_version = '>= 2.0.0', '< 2.5'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake', '>= 12.3.3'
Expand Down

0 comments on commit 1beebac

Please sign in to comment.