Skip to content

Commit

Permalink
Address build_and_test_integration-3.4 CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Oct 24, 2024
1 parent 67300f8 commit 6c7ea09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/apps/rails-seven/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ require 'datadog/demo_env'
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'bigdecimal'
gem 'mutex_m'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.5"

Expand Down
2 changes: 2 additions & 0 deletions integration/apps/rails-six/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ source "https://rubygems.org"

rails_version = ['~> 6.1']

gem 'mutex_m'

gem 'actioncable', *rails_version
gem 'actionmailer', *rails_version
gem 'actionpack', *rails_version
Expand Down

0 comments on commit 6c7ea09

Please sign in to comment.