Skip to content

Commit

Permalink
1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 20, 2024
1 parent f5beea2 commit 8e8092f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion spec/fixtures/rails61/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gem 'activesupport', rails_version
gem 'railties', rails_version
gem 'sprockets-rails'

gem 'sqlite3'
gem 'sqlite3', '~> 1.7.3' # last before 2.0
gem 'tzinfo-data'
gem 'parallel_tests', path: "../../../", group: :development
4 changes: 2 additions & 2 deletions spec/fixtures/rails61/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (2.0.1)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
thor (1.2.1)
tzinfo (2.0.4)
Expand All @@ -119,7 +119,7 @@ DEPENDENCIES
parallel_tests!
railties (= 6.1.3)
sprockets-rails
sqlite3
sqlite3 (~> 1.7.3)
tzinfo-data

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails70/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ gem 'activerecord', rails_version
gem 'activesupport', rails_version
gem 'railties', rails_version

gem 'sqlite3'
gem 'sqlite3', '~> 1.7.3' # last before 2.0
gem 'tzinfo-data'
gem 'parallel_tests', path: "../../../", group: :development
12 changes: 3 additions & 9 deletions spec/fixtures/rails70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GEM
mini_mime (>= 0.1.1)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.6)
minitest (5.15.0)
net-imap (0.2.3)
digest
Expand All @@ -86,12 +86,6 @@ GEM
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.1-x64-mingw32)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
racc (1.6.0)
rack (2.2.3)
Expand All @@ -110,7 +104,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
sqlite3 (2.0.1)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
strscan (3.0.1)
thor (1.2.1)
Expand Down Expand Up @@ -138,7 +132,7 @@ DEPENDENCIES
activesupport (= 7.0.2.3)
parallel_tests!
railties (= 7.0.2.3)
sqlite3
sqlite3 (~> 1.7.3)
tzinfo-data

BUNDLED WITH
Expand Down

0 comments on commit 8e8092f

Please sign in to comment.