Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
drop support for ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Jan 23, 2019
1 parent 659f9d9 commit 88b4f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castle-middleware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.2.6'
spec.required_ruby_version = '>= 2.3'

spec.add_dependency 'castle-rb', '< 4.0'
end

0 comments on commit 88b4f01

Please sign in to comment.