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:
parent
9b90979f27
commit
00ae2d963e
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue