Skip to content

Commit

Permalink
Merge pull request #12 from snkashis/activesupport_41
Browse files Browse the repository at this point in the history
Lessen ActiveSupport dependency to 4.1
  • Loading branch information
zhm committed Aug 31, 2015
2 parents 1832d6b + e8e005c commit c912256
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 c912256

Please sign in to comment.