Skip to content

Commit 73ce06e

Browse files
committed
Remove JRuby platform from Rails 7.0 Gemfile
At the moment of this commit, JRuby does not support Ruby 2.7, the minimum version required to run Rails 7.0, and gems did not install with jruby-head This platform can be added back when JRuby will release a version compatible with 2.7 MRI
1 parent 626172c commit 73ce06e

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ group :development, :test do
88

99
gem "cancancan"
1010
gem "pundit"
11-
gem "jruby-openssl", platform: :jruby
1211

1312
gem "draper"
1413
gem "devise"
1514

1615
gem "rails", "~> 7.0.0"
17-
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
1816

1917
gem "net-smtp" # The mail gem, depended on transitively, does not specify this dependency
2018

Gemfile.lock

-25
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ GEM
7171
activerecord (7.0.2.2)
7272
activemodel (= 7.0.2.2)
7373
activesupport (= 7.0.2.2)
74-
activerecord-jdbc-adapter (50.0)
75-
activerecord (>= 2.2)
76-
activerecord-jdbcsqlite3-adapter (50.0)
77-
activerecord-jdbc-adapter (~> 50.0)
78-
jdbc-sqlite3 (~> 3.8, < 3.30)
7974
activestorage (7.0.2.2)
8075
actionpack (= 7.0.2.2)
8176
activejob (= 7.0.2.2)
@@ -95,7 +90,6 @@ GEM
9590
ruby2_keywords (>= 0.0.2, < 1.0)
9691
ast (2.4.2)
9792
bcrypt (3.1.16)
98-
bcrypt (3.1.16-java)
9993
builder (3.2.4)
10094
byebug (11.1.1)
10195
cancancan (3.3.0)
@@ -172,7 +166,6 @@ GEM
172166
warden (~> 1.2.3)
173167
diff-lcs (1.5.0)
174168
digest (3.1.0)
175-
digest (3.1.0-java)
176169
docile (1.3.4)
177170
draper (4.0.2)
178171
actionpack (>= 5.0)
@@ -211,7 +204,6 @@ GEM
211204
concurrent-ruby (~> 1.1)
212205
websocket-driver (>= 0.6, < 0.8)
213206
ffi (1.15.4)
214-
ffi (1.15.4-java)
215207
formtastic (4.0.0)
216208
actionpack (>= 5.2.0)
217209
formtastic_i18n (0.7.0)
@@ -249,12 +241,10 @@ GEM
249241
rack (>= 1.2.1)
250242
rake
251243
jasmine-core (2.99.2)
252-
jdbc-sqlite3 (3.28.0)
253244
jquery-rails (4.4.0)
254245
rails-dom-testing (>= 1, < 3)
255246
railties (>= 4.2.0)
256247
thor (>= 0.14, < 2.0)
257-
jruby-openssl (0.10.7-java)
258248
kaminari (1.2.2)
259249
activesupport (>= 4.1.0)
260250
kaminari-actionview (= 1.2.2)
@@ -317,12 +307,9 @@ GEM
317307
timeout
318308
netrc (0.11.0)
319309
nio4r (2.5.8)
320-
nio4r (2.5.8-java)
321310
nokogiri (1.13.3)
322311
mini_portile2 (~> 2.8.0)
323312
racc (~> 1.4)
324-
nokogiri (1.13.3-java)
325-
racc (~> 1.4)
326313
nokogiri (1.13.3-x86_64-linux)
327314
racc (~> 1.4)
328315
octokit (4.22.0)
@@ -338,18 +325,13 @@ GEM
338325
pry (0.13.1)
339326
coderay (~> 1.1)
340327
method_source (~> 1.0)
341-
pry (0.13.1-java)
342-
coderay (~> 1.1)
343-
method_source (~> 1.0)
344-
spoon (~> 0.0)
345328
pry-byebug (3.9.0)
346329
byebug (~> 11.0)
347330
pry (~> 0.13.0)
348331
public_suffix (4.0.6)
349332
pundit (2.2.0)
350333
activesupport (>= 3.0.0)
351334
racc (1.6.0)
352-
racc (1.6.0-java)
353335
rack (2.2.3)
354336
rack-test (1.1.0)
355337
rack (>= 1.0, < 3)
@@ -451,8 +433,6 @@ GEM
451433
simplecov_json_formatter (~> 0.1)
452434
simplecov-html (0.12.3)
453435
simplecov_json_formatter (0.1.2)
454-
spoon (0.0.6)
455-
ffi
456436
sprockets (4.0.2)
457437
concurrent-ruby (~> 1.0)
458438
rack (> 1, < 3)
@@ -478,8 +458,6 @@ GEM
478458
webrick (1.7.0)
479459
websocket-driver (0.7.5)
480460
websocket-extensions (>= 0.1.0)
481-
websocket-driver (0.7.5-java)
482-
websocket-extensions (>= 0.1.0)
483461
websocket-extensions (0.1.5)
484462
xpath (3.2.0)
485463
nokogiri (~> 1.8)
@@ -488,13 +466,11 @@ GEM
488466
zeitwerk (2.5.4)
489467

490468
PLATFORMS
491-
java
492469
ruby
493470
x86_64-linux
494471

495472
DEPENDENCIES
496473
activeadmin!
497-
activerecord-jdbcsqlite3-adapter
498474
cancancan
499475
capybara
500476
chandler
@@ -508,7 +484,6 @@ DEPENDENCIES
508484
i18n-tasks
509485
jasmine
510486
jasmine-core
511-
jruby-openssl
512487
kramdown
513488
launchy
514489
mdl

0 commit comments

Comments
 (0)