Skip to content

Commit

Permalink
FEATURE: Drop support for ruby 2.3 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaSayegh committed Nov 30, 2020
1 parent f0bae69 commit 6504056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_bus.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.name = "message_bus"
gem.require_paths = ["lib"]
gem.version = MessageBus::VERSION
gem.required_ruby_version = ">= 2.3.0"
gem.required_ruby_version = ">= 2.4.0"
gem.add_runtime_dependency 'rack', '>= 1.1.3'
gem.add_development_dependency 'redis'
gem.add_development_dependency 'pg'
Expand Down

0 comments on commit 6504056

Please sign in to comment.