Skip to content

Commit 60a7d5b

Browse files
committed
need logger for exifr
1 parent b7d2869 commit 60a7d5b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ source 'https://rubygems.org'
44

55
gemspec
66

7+
if RUBY_VERSION >= '4'
8+
gem 'logger'
9+
end
10+
711
if ENV['CC_TEST_REPORTER_ID']
812
group :test do
913
gem 'simplecov'

0 commit comments

Comments
 (0)