Skip to content

Commit 88cec19

Browse files
committed
Un-fork rqrcode and rqrcode_core in lobsters benchmark
rqrcode 3.2.0 and rqrcode_core 2.1.0 have been released with the fixes we needed, so we no longer need to point at the GitHub repos.
1 parent b33166a commit 88cec19

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

benchmarks/lobsters/Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ gem "actionpack-page_caching"
3636
# security
3737
gem "bcrypt", "~> 3.1.2"
3838
gem "rotp"
39-
# Waiting for https://github.com/whomwah/rqrcode/pull/160 to be released
40-
gem "rqrcode", github: "whomwah/rqrcode"
41-
# Waiting for https://github.com/whomwah/rqrcode_core/pull/48 to be released
42-
gem "rqrcode_core", github: "whomwah/rqrcode_core"
39+
gem "rqrcode"
40+
gem "rqrcode_core"
4341

4442
# parsing
4543
gem "pdf-reader"

benchmarks/lobsters/Gemfile.lock

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ GIT
55
specs:
66
commonmarker (0.23.12)
77

8-
GIT
9-
remote: https://github.com/whomwah/rqrcode.git
10-
revision: f9fa33704951158a38b3cf04311e295d3a0e947d
11-
specs:
12-
rqrcode (3.1.0)
13-
chunky_png (~> 1.0)
14-
rqrcode_core (~> 2.0)
15-
16-
GIT
17-
remote: https://github.com/whomwah/rqrcode_core.git
18-
revision: a35eebde0f650074331206ccc7c6dc39a3fbb664
19-
specs:
20-
rqrcode_core (2.0.0)
21-
228
GEM
239
remote: https://rubygems.org/
2410
specs:
@@ -250,6 +236,10 @@ GEM
250236
io-console (~> 0.5)
251237
rexml (3.4.2)
252238
rotp (6.3.0)
239+
rqrcode (3.2.0)
240+
chunky_png (~> 1.0)
241+
rqrcode_core (~> 2.0)
242+
rqrcode_core (2.1.0)
253243
rspec-core (3.13.5)
254244
rspec-support (~> 3.13.0)
255245
rspec-expectations (3.13.5)
@@ -374,8 +364,8 @@ DEPENDENCIES
374364
railties (~> 8.0)
375365
rb-readline
376366
rotp
377-
rqrcode!
378-
rqrcode_core!
367+
rqrcode
368+
rqrcode_core
379369
rspec-rails (~> 6.0.0.rc1)
380370
rubocop (= 0.81)
381371
rubocop-rails
@@ -487,8 +477,8 @@ CHECKSUMS
487477
reline (0.6.2) sha256=1dad26a6008872d59c8e05244b119347c9f2ddaf4a53dce97856cd5f30a02846
488478
rexml (3.4.2) sha256=1384268554a37af5da5279431ca3f2f37d46f09ffdd6c95e17cc84c83ea7c417
489479
rotp (6.3.0) sha256=75d40087e65ed0d8022c33055a6306c1c400d1c12261932533b5d6cbcd868854
490-
rqrcode (3.1.0)
491-
rqrcode_core (2.0.0)
480+
rqrcode (3.2.0) sha256=64c1494ca6bb67d731330f38b50e3fd09eeab4f5dcd04b608e21218d1d0b9542
481+
rqrcode_core (2.1.0) sha256=f303b85df89c1b8fc5ee8dc19808c9dc4330e6329b660d99d4a8cbb36ca13051
492482
rspec-core (3.13.5) sha256=ab3f682897c6131c67f9a17cfee5022a597f283aebe654d329a565f9937a4fa3
493483
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
494484
rspec-mocks (3.13.5) sha256=e4338a6f285ada9fe56f5893f5457783af8194f5d08884d17a87321d5195ea81

0 commit comments

Comments
 (0)