Skip to content

Commit

Permalink
Rails 5.2 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 3, 2023
1 parent 800da07 commit 9a0532b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mailgun-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")

s.add_runtime_dependency 'activesupport', '>= 5.2'
s.add_runtime_dependency 'activesupport', '>= 6.0'
s.add_runtime_dependency 'zeitwerk'

s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'rails', '>= 5.2'
s.add_development_dependency 'rails', '>= 6.0'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop'
Expand Down

0 comments on commit 9a0532b

Please sign in to comment.