Skip to content

Commit

Permalink
Get rid of some gem warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
remvee committed Sep 9, 2020
1 parent 8257fad commit cd484ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,2 +1,2 @@
source :rubygems
source "https://rubygems.org"
gemspec
2 changes: 1 addition & 1 deletion exifr.gemspec
Expand Up @@ -17,7 +17,7 @@ spec = Gem::Specification.new do |s|

if s.respond_to?(:add_development_dependency)
s.add_development_dependency 'test-unit', '3.1.5'
s.add_development_dependency 'rake', '>= 12.3.3'
s.add_development_dependency 'rake', '~> 12'
end

if s.respond_to?(:metadata)
Expand Down

0 comments on commit cd484ab

Please sign in to comment.