Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jnylen committed Feb 12, 2021
1 parent f01a823 commit 0d2d5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
mrml-rails (0.1.0)
actionmailer
actionmailer (>= 3.1)
mrml (~> 0.2.0)
railties (>= 3.1)

Expand Down
4 changes: 2 additions & 2 deletions mrml-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Gem::Specification.new do |spec|
spec.metadata['source_code_uri'] = 'https://github.com/oddcamp/mrml-rails'
spec.metadata['changelog_uri'] = 'https://github.com/oddcamp/mrml-rails/releases'

spec.add_runtime_dependency 'actionmailer'
spec.add_runtime_dependency 'actionmailer', '>= 3.1'
spec.add_runtime_dependency 'mrml', '~> 0.2.0'
spec.add_runtime_dependency 'railties', ['>= 3.1']
spec.add_runtime_dependency 'railties', '>= 3.1'
spec.add_development_dependency 'rspec', '~> 3.10'
spec.add_development_dependency 'rspec-rails', '~> 4.0', '>= 4.0.2'
end

0 comments on commit 0d2d5ca

Please sign in to comment.