Skip to content

Commit

Permalink
chore: add ruby-head to test matrix (#654)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Roel Bondoc <rsbondoc@gmail.com>
  • Loading branch information
stympy and roelbondoc authored Dec 17, 2024
1 parent e56f743 commit cc5ae01
Show file tree
Hide file tree
Showing 19 changed files with 53 additions and 7 deletions.
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

0 comments on commit cc5ae01

Please sign in to comment.