Skip to content

Commit 661e36d

Browse files
committed
simplify rails7.1 and rails7.2 gemfiles
1 parent 13fc125 commit 661e36d

File tree

4 files changed

+2
-28
lines changed

4 files changed

+2
-28
lines changed

gemfiles/rails7.1.gemfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
source 'https://rubygems.org'
1+
eval_gemfile "../Gemfile"
22

33
gem 'rails', '~> 7.1.0'
44
gem 'sprockets-rails'
5-
gem 'i18n', '~> 1.6'
6-
7-
platforms :jruby do
8-
gem "activerecord-jdbc-adapter"
9-
gem "activerecord-jdbcsqlite3-adapter"
10-
gem "jruby-openssl"
11-
end
12-
13-
platforms :ruby do
14-
gem "sqlite3", "~> 1.4"
15-
end
16-
17-
gemspec path: '../'

gemfiles/rails7.2.gemfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
source 'https://rubygems.org'
1+
eval_gemfile "../Gemfile"
22

33
gem 'rails', '~> 7.2.0'
44
gem 'sprockets-rails'
5-
gem 'i18n', '~> 1.6'
6-
7-
platforms :jruby do
8-
gem "activerecord-jdbc-adapter"
9-
gem "activerecord-jdbcsqlite3-adapter"
10-
gem "jruby-openssl"
11-
end
12-
13-
platforms :ruby do
14-
gem "sqlite3", "~> 1.4"
15-
end
16-
17-
gemspec path: '../'

spec/dummy/db/test.sqlite3-shm

32 KB
Binary file not shown.

spec/dummy/db/test.sqlite3-wal

121 KB
Binary file not shown.

0 commit comments

Comments
 (0)