Skip to content

Commit

Permalink
Make the extension compatible with Ruby 3
Browse files Browse the repository at this point in the history
Ruby 2 has been end-of-lifed. There doesn't seem to be a specific reason
for this Ruby version requirement, so let's relax it.
  • Loading branch information
benjaminwil committed Aug 22, 2023
1 parent 362e7d7 commit 0a7d63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_recently_viewed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.summary = 'Adds recently viewed products to Spree'
s.description = s.summary

s.required_ruby_version = '~> 2.5'
s.required_ruby_version = '>= 2.5'

s.authors = ['Roman Smirnov', 'Brian Quinn', 'Allison Reilly']
s.email = '[email protected]'
Expand Down

0 comments on commit 0a7d63c

Please sign in to comment.