Skip to content

Commit

Permalink
Fix: ‘rb_cData’ undeclared
Browse files Browse the repository at this point in the history
  • Loading branch information
khiav223577 committed Aug 19, 2023
1 parent 931e230 commit 883e51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'activerecord', '~> 6.0.0'

group :test do
gem 'mysql2', '0.5.1' if %w[mysql makara_mysql].include?(ENV['DB'])
gem 'pg', '~> 1.2.3' if %w[pg makara_pg].include?(ENV['DB'])
gem 'pg', '~> 1.4.6' if %w[pg makara_pg].include?(ENV['DB'])
gem 'makara', '~> 0.4.1' if %w[makara_mysql makara_pg].include?(ENV['DB'])
gem 'simplecov', '< 0.18'
gem 'pluck_all', '>= 2.0.4'
Expand Down

0 comments on commit 883e51f

Please sign in to comment.