Skip to content

Commit 74bd5a7

Browse files
author
jkojro
committed
Require Ruby 2.5.0
1 parent 140cc33 commit 74bd5a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/spree_api.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.homepage = 'http://spreecommerce.org'
1010
s.license = 'BSD-3-Clause'
1111

12-
s.required_ruby_version = '>= 2.3.3'
12+
s.required_ruby_version = '>= 2.5.0'
1313

1414
s.files = `git ls-files`.split($\).reject { |f| f.match(/^spec/) && !f.match(/^spec\/fixtures/) }
1515
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

backend/spree_backend.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.summary = 'backend e-commerce functionality for the Spree project.'
99
s.description = 'Required dependency for Spree'
1010

11-
s.required_ruby_version = '>= 2.3.3'
11+
s.required_ruby_version = '>= 2.5.0'
1212

1313
s.author = 'Sean Schofield'
1414
s.email = '[email protected]'

cmd/lib/spree_cmd/templates/extension/extension.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.version = <%= class_name %>.version
1111
s.summary = 'Add extension summary here'
1212
s.description = 'Add (optional) extension description here'
13-
s.required_ruby_version = '>= 2.3.3'
13+
s.required_ruby_version = '>= 2.5.0'
1414
1515
s.author = 'You'
1616
s.email = 'you@example.com'

core/spree_core.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = 'The bare bones necessary for Spree.'
1010
s.description = 'The bare bones necessary for Spree.'
1111

12-
s.required_ruby_version = '>= 2.3.3'
12+
s.required_ruby_version = '>= 2.5.0'
1313
s.required_rubygems_version = '>= 1.8.23'
1414

1515
s.author = 'Sean Schofield'

frontend/spree_frontend.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.summary = 'Frontend e-commerce functionality for the Spree project.'
99
s.description = s.summary
1010

11-
s.required_ruby_version = '>= 2.3.3'
11+
s.required_ruby_version = '>= 2.5.0'
1212

1313
s.author = 'Sean Schofield'
1414
s.email = '[email protected]'

spree.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.summary = 'Full-stack e-commerce framework for Ruby on Rails.'
99
s.description = 'Spree is an open source e-commerce framework for Ruby on Rails. Join us on http://slack.spreecommerce.org'
1010

11-
s.required_ruby_version = '>= 2.3.3'
11+
s.required_ruby_version = '>= 2.5.0'
1212

1313
s.files = Dir['README.md', 'lib/**/*']
1414
s.require_path = 'lib'

0 commit comments

Comments
 (0)