Skip to content

Commit b196811

Browse files
committed
Update cpl to 0.2.0
1 parent c82b15a commit b196811

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ruby "3.1.2"
88
gem "react_on_rails", "13.2.0"
99
gem "shakapacker", "6.5.5"
1010

11-
gem "cpl"
1211

1312
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
1413
gem "listen"
@@ -110,3 +109,5 @@ group :test do
110109
gem "selenium-webdriver", "~> 4"
111110
gem "webdrivers", "~> 5.2"
112111
end
112+
113+
gem "cpl", "~> 0.2.0"

Gemfile.lock

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ GEM
8989
capybara-screenshot (1.0.26)
9090
capybara (>= 1.0, < 4)
9191
launchy
92-
cgi (0.3.6)
9392
code_analyzer (0.5.5)
9493
sexp_processor
9594
coderay (1.1.3)
@@ -107,17 +106,11 @@ GEM
107106
term-ansicolor (~> 1.6)
108107
thor (>= 0.20.3, < 2.0)
109108
tins (~> 1.16)
110-
cpl (0.1.0)
111-
cgi (~> 0.3.6)
109+
cpl (0.2.0)
112110
debug (~> 1.7.1)
113111
dotenv (~> 2.8.1)
114-
json (~> 2.6.3)
115-
net-http (~> 0.3.2)
116-
pathname (~> 0.2.1)
117112
psych (~> 5.1.0)
118-
tempfile (~> 0.1.3)
119113
thor (~> 1.2.1)
120-
yaml (~> 0.2.1)
121114
crass (1.0.6)
122115
database_cleaner (2.0.1)
123116
database_cleaner-active_record (~> 2.0.0)
@@ -177,8 +170,6 @@ GEM
177170
mini_mime (1.1.2)
178171
mini_portile2 (2.8.1)
179172
minitest (5.17.0)
180-
net-http (0.3.2)
181-
uri
182173
net-imap (0.3.4)
183174
date
184175
net-protocol
@@ -195,7 +186,6 @@ GEM
195186
parallel (1.22.1)
196187
parser (3.2.0.0)
197188
ast (~> 2.4.1)
198-
pathname (0.2.1)
199189
pg (1.4.5)
200190
pry (0.14.2)
201191
coderay (~> 1.1)
@@ -365,7 +355,6 @@ GEM
365355
sprockets (>= 3.0.0)
366356
stringio (3.0.4)
367357
sync (0.5.0)
368-
tempfile (0.1.3)
369358
term-ansicolor (1.7.1)
370359
tins (~> 1.0)
371360
thor (1.2.1)
@@ -378,7 +367,6 @@ GEM
378367
uglifier (4.2.0)
379368
execjs (>= 0.3.0, < 3)
380369
unicode-display_width (2.4.2)
381-
uri (0.12.0)
382370
web-console (4.2.0)
383371
actionview (>= 6.0.0)
384372
activemodel (>= 6.0.0)
@@ -395,7 +383,6 @@ GEM
395383
websocket-extensions (0.1.5)
396384
xpath (3.2.0)
397385
nokogiri (~> 1.8)
398-
yaml (0.2.1)
399386
yard (0.9.28)
400387
webrick (~> 1.7.0)
401388
zeitwerk (2.6.6)
@@ -410,7 +397,7 @@ DEPENDENCIES
410397
capybara-screenshot
411398
coffee-rails
412399
coveralls_reborn (~> 0.25.0)
413-
cpl
400+
cpl (~> 0.2.0)
414401
database_cleaner
415402
debug (>= 1.0.0)
416403
factory_bot_rails

0 commit comments

Comments
 (0)