Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit a027523

Browse files
committed
Gemfile: Update lockfile with bundler 2.1
1 parent cf750ac commit a027523

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Gemfile.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GIT
2-
remote: git://github.com/jnv/rspec-parameterized.git
2+
remote: https://github.com/jnv/rspec-parameterized.git
33
revision: badbf071e8f7de6aca6fc91cf720a66a47c329c2
44
branch: badbf07
55
specs:
@@ -23,13 +23,13 @@ GEM
2323
ice_nine (~> 0.11.0)
2424
memoizable (~> 0.4.0)
2525
ansi (1.5.0)
26-
ast (2.3.0)
26+
ast (2.4.1)
2727
awesome_print (1.7.0)
2828
axiom-types (0.1.1)
2929
descendants_tracker (~> 0.0.4)
3030
ice_nine (~> 0.11.0)
3131
thread_safe (~> 0.3, >= 0.3.1)
32-
binding_of_caller (0.7.2)
32+
binding_of_caller (0.8.0)
3333
debug_inspector (>= 0.0.1)
3434
bogus (0.1.6)
3535
dependor (>= 0.0.4)
@@ -63,7 +63,7 @@ GEM
6363
committee (1.15.0)
6464
json_schema (~> 0.6, >= 0.6.1)
6565
rack (>= 1.5)
66-
concord (0.1.5)
66+
concord (0.1.6)
6767
adamantium (~> 0.2.0)
6868
equalizer (~> 0.0.9)
6969
corefines (1.9.0)
@@ -196,8 +196,8 @@ GEM
196196
multi_xml (~> 0.5)
197197
rack (>= 1.2, < 3)
198198
ox (2.10.0)
199-
parser (2.3.3.1)
200-
ast (~> 2.2)
199+
parser (2.7.1.5)
200+
ast (~> 2.4.1)
201201
pg (0.21.0)
202202
pliny (0.17.1)
203203
activesupport (~> 4.1, >= 4.1.0)
@@ -304,13 +304,12 @@ GEM
304304
tzinfo (1.2.3)
305305
thread_safe (~> 0.1)
306306
uber (0.0.15)
307-
unparser (0.2.5)
307+
unparser (0.1.14)
308308
abstract_type (~> 0.0.7)
309309
adamantium (~> 0.2.0)
310310
concord (~> 0.1.5)
311-
diff-lcs (~> 1.2.5)
312311
equalizer (~> 0.0.9)
313-
parser (~> 2.3.0)
312+
parser (~> 2.1)
314313
procto (~> 0.0.2)
315314
uri_template (0.7.0)
316315
vcr (3.0.3)
@@ -383,4 +382,4 @@ DEPENDENCIES
383382
warden (~> 1.2.3)
384383

385384
BUNDLED WITH
386-
1.16.2
385+
2.1.4

0 commit comments

Comments
 (0)