1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Bump backports gemfile

This commit is contained in:
Thomas Reynolds 2021-01-20 11:34:14 -08:00
parent 9b90979f27
commit 00ae2d963e
2 changed files with 4 additions and 4 deletions

View file

@ -23,13 +23,13 @@
"rebornix.Ruby",
"alexkrechik.cucumberautocomplete",
"neilding.language-liquid"
]
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "ruby --version",
"postCreateCommand": "gem install bundler"
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"

View file

@ -47,7 +47,7 @@ GEM
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
ast (2.4.1)
backports (3.19.0)
backports (3.20.1)
builder (3.2.4)
byebug (11.1.3)
capybara (2.5.0)
@ -260,4 +260,4 @@ DEPENDENCIES
yard (~> 0.9.20)
BUNDLED WITH
2.2.3
2.2.6