Skip to content

Commit

Permalink
add support for rails 4 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol-yousaf committed Mar 26, 2021
1 parent 1e98e44 commit 18716b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions active_campaign_wrapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activesupport', '>= 5.2.4.3'
spec.add_dependency 'httparty', '>= 0.14'
spec.add_dependency 'activesupport', '>= 4.0', '< 8.0'
spec.add_dependency 'httparty', '>= 0.14', '< 0.19'

spec.add_development_dependency 'bundler', '~> 2.1.4'
spec.add_development_dependency 'codecov', '~> 0.1'
Expand Down
2 changes: 1 addition & 1 deletion lib/active_campaign_wrapper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveCampaignWrapper
VERSION = '0.1.0'
VERSION = '0.1.1'
end

0 comments on commit 18716b5

Please sign in to comment.