Skip to content

Commit

Permalink
Lock Rack down < 3 Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jul 14, 2024
1 parent 8691e2a commit 1c9de27
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See this http://keepachangelog.com link for information on how we want this documented formatted.

## v5.2.2

- Lock down to Rack < 3 in 5-stable branch.

## v5.2.1

- Rack 3.X compatibility, by removing uninitialized constants.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
lamby (5.2.1)
lamby (5.2.2)
lambda-console-ruby
rack
rack (< 3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lamby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency 'rack'
spec.add_dependency 'rack', '< 3'
spec.add_dependency 'lambda-console-ruby'
spec.add_development_dependency 'aws-sdk-ssm'
spec.add_development_dependency 'bundler'
Expand Down
2 changes: 1 addition & 1 deletion lib/lamby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lamby
VERSION = '5.2.1'
VERSION = '5.2.2'
end
Empty file removed vendor/.keep
Empty file.

0 comments on commit 1c9de27

Please sign in to comment.