Skip to content

Commit

Permalink
Use older activesupport
Browse files Browse the repository at this point in the history
  • Loading branch information
dldinternet committed Apr 1, 2017
1 parent 5f8b97c commit dbf0bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-digitalocean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Gem::Specification.new do |s|
s.add_dependency 'fog-json', '>= 1.0'
s.add_dependency 'fog-xml', '>= 0.1'
s.add_dependency 'ipaddress', '>= 0.5'
s.add_dependency 'activesupport', '>= 5.0.2'
s.add_dependency 'activesupport', '~> 4.2'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,tests}/*`.split("\n")
Expand Down

0 comments on commit dbf0bf2

Please sign in to comment.