Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add ruby-head to test matrix #654

Merged
merged 5 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- 'ruby-head'
gemfile:
- binding_of_caller.gemfile
- delayed_job.gemfile
Expand Down Expand Up @@ -56,7 +57,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
rubygems: latest

- name: Build and test regular ruby
run: |
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem 'ruby-prof', platforms: :mri, require: false
gem 'timecop'
gem 'webmock'
gem 'bigdecimal'
gem 'base64'
gem 'mutex_m'

# Required by feature specs.
gem 'capistrano'
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/binding_of_caller.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/delayed_job.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
8 changes: 3 additions & 5 deletions gemfiles/hanami.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
gem "hanami", "~> 2.0"
gem "hanami-router", "~> 2.0"
gem "rack-test"

# Pin the dry-system gem because hanami 2.1.1 relies on a method
# (#find_and_load_provider) that was removed from dry-system 1.1.0. Once hanami
# 2.2.0 is released, we can remove this gem and rely on the dependency only.
gem "dry-system", "~> 1.0.1"

group :development do
gem "guard"
gem "guard-rspec"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rack.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rack_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano", "~> 3.0"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/resque.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/sidekiq.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/sidekiq7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/sinatra.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/standalone.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ gem "rspec-its", "~> 1.3.1"
gem "ruby-prof", platforms: :mri, require: false
gem "timecop"
gem "webmock"
gem "bigdecimal"
gem "base64"
gem "mutex_m"
gem "capistrano"
gem "rake"
gem "bump", "~> 0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/honeybadger/backtrace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Backtrace
# Handles backtrace parsing line by line.
class Line
# Backtrace line regexp (optionally allowing leading X: for windows support).
INPUT_FORMAT = %r{^((?:[a-zA-Z]:)?[^:]+):(\d+)(?::in `([^']+)')?$}.freeze
INPUT_FORMAT = %r{^((?:[a-zA-Z]:)?[^:]+):(\d+)(?::in (?:`|')([^']+)')?$}.freeze

# The file portion of the line (such as app/models/user.rb).
attr_reader :file
Expand Down
Loading