Skip to content

Commit

Permalink
Lessen ActiveSupport dependency to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snkashis committed Aug 31, 2015
1 parent 1832d6b commit e8e005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fulcrum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec', '~> 3.2', '>= 3.2.0'
gem.add_development_dependency 'webmock', '~> 1.12', '>= 1.12.0'

gem.add_dependency 'activesupport', '~> 4.2', '>= 4.2.1'
gem.add_dependency 'activesupport', '~> 4.1', '>= 4.1.0'
gem.add_dependency 'faraday', '~> 0.9', '>= 0.9.1'
gem.add_dependency 'faraday_middleware', '~> 0.9', '>= 0.9.1'
end

0 comments on commit e8e005c

Please sign in to comment.