-
Notifications
You must be signed in to change notification settings - Fork 38
Bring back support of Ruby 2.3, 2.4 and 2.5 #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7be2976
5af16ba
b673d9f
7eb1d60
9687f80
2c367d5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ Gem::Specification.new do |spec| | |
spec.add_development_dependency "simplecov", "~> 0.17.1" | ||
spec.add_development_dependency "timecop", "~> 0.9.1" | ||
spec.add_development_dependency "byebug" | ||
spec.add_development_dependency "rexml", "3.3.8" # limited on purpose, new versions don't work with old rubies | ||
spec.add_development_dependency "webmock", "3.20.0" | ||
spec.add_development_dependency "rexml", "3.2.5" # limited on purpose, new versions don't work with old rubies | ||
spec.add_development_dependency "webmock", "3.16.2" | ||
spec.add_development_dependency "base64" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @torresga why is this gem needed? can you please add a reference? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @JuanVqz which gem are you referring to specifically? I have this in the description (edited it a bit in case the original description wasn't clear):
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sorry, I missed the explanation for the |
||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍