Skip to content

Commit

Permalink
chore: loosen algolia dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bvogel authored and LuukvH committed Jan 14, 2025
1 parent 39079a7 commit 52e9bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appsignal-sourcemap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["lib/**/*", "README.md"]

spec.add_dependency "rails", ">= 6.1", "< 8.0"
spec.add_dependency "appsignal", "~> 3.0"
spec.add_dependency "appsignal", "< 5.0"
spec.add_dependency "parallel", "~> 1.0"

spec.add_development_dependency "standard"
Expand Down
2 changes: 1 addition & 1 deletion lib/appsignal/sourcemap/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Appsignal
module Sourcemap
VERSION = "1.1.1.develop"
VERSION = "1.2.1.develop"
end
end

0 comments on commit 52e9bd2

Please sign in to comment.