Skip to content

Commit cf915bc

Browse files
authored
Merge pull request #35 from envato/viraptor/drop-old-ruby
Drop ruby 2.6 from the supported list
2 parents 2322191 + f7c7d45 commit cf915bc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
11+
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Install libexiv2-dev

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ are welcome.
6868

6969
## Compatibility
7070

71-
Tested on 2.6.x, 2.7.x, 3.0.x, 3.1.x and 3.2.x with Exiv2 0.27.1 and 0.28.0.
71+
Tested on 2.7.x, 3.0.x, 3.1.x and 3.2.x with Exiv2 0.27.1 and 0.28.0.
7272

7373
## Developing
7474

exiv2.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
1111
s.homepage = "https://github.com/envato/exiv2"
1212
s.summary = %q{A simple wrapper around Exiv2}
1313
s.description = %q{A simple wrapper around the C++ Exiv2 libary for reading image metadata}
14+
s.required_ruby_version = '>= 2.7.0'
1415

1516
s.metadata['bug_tracker_uri'] = "#{s.homepage}/issues"
1617
s.metadata['changelog_uri'] = "#{s.homepage}/releases"

0 commit comments

Comments
 (0)