Skip to content

Commit

Permalink
Bump telebugs to 0.10.0 and update BaseMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jul 31, 2024
1 parent 6dfd519 commit 26865aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/telebugs/rails/middleware/reporter_info.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Telebugs::Rails::Middleware
class ReporterInfo < Telebugs::Middleware
class ReporterInfo < Telebugs::BaseMiddleware
REPORTER = {
library: {name: "telebugs-rails", version: Telebugs::Rails::VERSION}.freeze,
platform: {name: "Rails", version: Rails.version}.freeze
Expand Down
2 changes: 1 addition & 1 deletion telebugs-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "telebugs", "~> 0.8"
spec.add_dependency "telebugs", "~> 0.10"
spec.add_dependency "railties", ">= 6.1"

# For more information and examples about making a new gem, check out our
Expand Down

0 comments on commit 26865aa

Please sign in to comment.