Skip to content

Commit

Permalink
Update mrml requirement from >= 0.2, < 0.8 to >= 0.2, < 0.9 (#33)
Browse files Browse the repository at this point in the history
Updates the requirements on [mrml](https://github.com/hardpixel/mrml-ruby) to permit the latest version.
- [Release notes](https://github.com/hardpixel/mrml-ruby/releases)
- [Commits](hardpixel/mrml-ruby@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: mrml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2022
1 parent a7f0580 commit 7c88246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
mrml-rails (0.2.0)
actionmailer (>= 3.1)
mrml (>= 0.2, < 0.8)
mrml (>= 0.2, < 0.9)
railties (>= 3.1)

GEM
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
mini_portile2 (2.4.0)
minitar (0.9)
minitest (5.15.0)
mrml (0.7.0)
mrml (0.8.0)
ffi
thermite
nokogiri (1.10.10)
Expand Down
2 changes: 1 addition & 1 deletion mrml-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.metadata['changelog_uri'] = 'https://github.com/oddcamp/mrml-rails/releases'

spec.add_runtime_dependency 'actionmailer', '>= 3.1'
spec.add_runtime_dependency 'mrml', '>= 0.2', '< 0.8'
spec.add_runtime_dependency 'mrml', '>= 0.2', '< 0.9'
spec.add_runtime_dependency 'railties', '>= 3.1'
spec.add_development_dependency 'rspec', '~> 3.10'
spec.add_development_dependency 'rspec-rails', '>= 4.0.2', '~> 5.0'
Expand Down

0 comments on commit 7c88246

Please sign in to comment.