Skip to content

Commit

Permalink
:fix: Gemfile for CI on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Aug 7, 2022
1 parent 079c5fe commit 661478a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ gemspec

gem 'solargraph'
gem 'sqlite3'
gem 'pg'
gem 'mysql2'
gem 'pg' if ENV['ACTIVE_RECORD_ADAPTER'] == 'postgresql'
gem 'mysql2' if ENV['ACTIVE_RECORD_ADAPTER'] == 'mysql'
gem 'typeprof'

0 comments on commit 661478a

Please sign in to comment.