File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
test_projects/rails/rspec_rails Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ source "https://rubygems.org"
7
7
gem "rspec-rails"
8
8
gem "simplecov" , path : "../../.."
9
9
10
+ if defined? ( JRUBY_VERSION )
11
+ gem "activerecord-jdbcsqlite3-adapter"
12
+ else
13
+ gem "sqlite3" , "~> 1.4"
14
+ end
15
+
10
16
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
11
17
gem "rails" , "~> 6.0.2" , ">= 6.0.2.1"
12
- # Use sqlite3 as the database for Active Record
13
- gem "sqlite3" , "~> 1.4"
14
18
# Use Puma as the app server
15
19
gem "puma" , "~> 4.1"
16
20
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Original file line number Diff line number Diff line change 68
68
bindex (0.8.1 )
69
69
bootsnap (1.4.5 )
70
70
msgpack (~> 1.0 )
71
+ bootsnap (1.4.5-java )
72
+ msgpack (~> 1.0 )
71
73
builder (3.2.4 )
72
74
byebug (11.1.1 )
73
75
capybara (3.31.0 )
@@ -103,12 +105,17 @@ GEM
103
105
mini_portile2 (2.4.0 )
104
106
minitest (5.14.0 )
105
107
msgpack (1.3.3 )
108
+ msgpack (1.3.3-java )
106
109
nio4r (2.5.2 )
110
+ nio4r (2.5.2-java )
107
111
nokogiri (1.10.8 )
108
112
mini_portile2 (~> 2.4.0 )
113
+ nokogiri (1.10.8-java )
109
114
public_suffix (4.0.3 )
110
115
puma (4.3.1 )
111
116
nio4r (~> 2.0 )
117
+ puma (4.3.1-java )
118
+ nio4r (~> 2.0 )
112
119
rack (2.2.2 )
113
120
rack-test (1.1.0 )
114
121
rack (>= 1.0 , < 3 )
173
180
sqlite3 (1.4.2 )
174
181
thor (1.0.1 )
175
182
thread_safe (0.3.6 )
183
+ thread_safe (0.3.6-java )
176
184
tzinfo (1.2.6 )
177
185
thread_safe (~> 0.1 )
186
+ tzinfo-data (1.2019.3 )
187
+ tzinfo (>= 1.0.0 )
178
188
web-console (4.0.1 )
179
189
actionview (>= 6.0.0 )
180
190
activemodel (>= 6.0.0 )
@@ -186,12 +196,15 @@ GEM
186
196
selenium-webdriver (>= 3.0 , < 4.0 )
187
197
websocket-driver (0.7.1 )
188
198
websocket-extensions (>= 0.1.0 )
199
+ websocket-driver (0.7.1-java )
200
+ websocket-extensions (>= 0.1.0 )
189
201
websocket-extensions (0.1.4 )
190
202
xpath (3.2.0 )
191
203
nokogiri (~> 1.8 )
192
204
zeitwerk (2.2.2 )
193
205
194
206
PLATFORMS
207
+ java
195
208
ruby
196
209
197
210
DEPENDENCIES
You can’t perform that action at this time.
0 commit comments