Skip to content

Commit

Permalink
User newer images for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
magec committed Mar 28, 2024
1 parent 3ad7165 commit a65080e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ references:
- image: *ruby_image
environment:
DB_HOST=127.0.0.1
- image: circleci/mysql:5.6.39
- image: cimg/mysql:5.7.36
environment:
MYSQL_DATABASE=immortal_db

Expand All @@ -22,7 +22,7 @@ references:
run:
name: Install Bundler
command: |
gem install bundler
gem install bundler -v 1.14.6
gem cleanup bundler
install_gems: &install_gems
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/activerecord_41.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,3 @@ DEPENDENCIES
rubocop-rspec
sqlite3

BUNDLED WITH
1.16.5
2 changes: 0 additions & 2 deletions gemfiles/activerecord_42.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,3 @@ DEPENDENCIES
rubocop-rspec
sqlite3

BUNDLED WITH
1.16.5
2 changes: 0 additions & 2 deletions gemfiles/activerecord_50.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,3 @@ DEPENDENCIES
rubocop-rspec
sqlite3

BUNDLED WITH
1.16.5
14 changes: 3 additions & 11 deletions gemfiles/activerecord_51.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
minitest (5.11.3)
mysql2 (0.5.6)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -113,13 +113,8 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
thor (1.3.1)
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -147,6 +142,3 @@ DEPENDENCIES
rubocop
rubocop-rspec
sqlite3

BUNDLED WITH
2.5.5
14 changes: 3 additions & 11 deletions gemfiles/activerecord_52.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
minitest (5.11.3)
mysql2 (0.5.6)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -113,13 +113,8 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
thor (1.3.1)
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -147,6 +142,3 @@ DEPENDENCIES
rubocop
rubocop-rspec
sqlite3

BUNDLED WITH
2.5.5

0 comments on commit a65080e

Please sign in to comment.