Skip to content

Commit

Permalink
Merge pull request #467 from daneov/remove_activesupport_constraints
Browse files Browse the repository at this point in the history
Remove activesupport constraints
  • Loading branch information
ksuther authored Aug 11, 2020
2 parents 7cabe29 + 330eec7 commit 02ad622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/slather/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Slather
VERSION = '2.4.9' unless defined?(Slather::VERSION)
VERSION = '2.5.0-beta.1' unless defined?(Slather::VERSION)
end
4 changes: 2 additions & 2 deletions slather.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec', '~> 3.8'
spec.add_development_dependency 'pry', '~> 0.12'
spec.add_development_dependency 'cocoapods', '~> 1.5'
spec.add_development_dependency 'cocoapods', '~> 1.10.beta.1'
spec.add_development_dependency 'json_spec', '~> 1.1'
spec.add_development_dependency 'equivalent-xml', '~> 0.6'

Expand All @@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'nokogiri', '~> 1.8'
spec.add_dependency 'CFPropertyList', '>= 2.2', '< 4'

spec.add_runtime_dependency 'activesupport', '< 5', '>= 4.0.2'
spec.add_runtime_dependency 'activesupport'
end

0 comments on commit 02ad622

Please sign in to comment.