Skip to content

Commit

Permalink
Dropped official support for ruby < 2.2 - too annoying to maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
markevans committed Jan 9, 2021
1 parent 595ba8b commit 82254ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
Expand Down
6 changes: 5 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 1.2.2 (2021-01-09)
# 1.3.0 (2021-01-09)

## Changes

- Dropped official support for ruby < 2.2 - too annoying to maintain

## Fixes

Expand Down
4 changes: 0 additions & 4 deletions dragonfly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("activerecord")
spec.add_development_dependency("sqlite3")
end
if RUBY_VERSION < "2"
# Annoyingly newer webmock > crack > rexml dependency assumes ruby 2
spec.add_development_dependency("rexml", "3.1.7.3")
end
end
2 changes: 1 addition & 1 deletion lib/dragonfly/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dragonfly
VERSION = "1.2.2"
VERSION = "1.3.0"
end

0 comments on commit 82254ec

Please sign in to comment.