Skip to content

Commit

Permalink
Bump backports gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jan 20, 2021
1 parent 9b90979 commit 00ae2d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -260,4 +260,4 @@ DEPENDENCIES
yard (~> 0.9.20)

BUNDLED WITH
2.2.3
2.2.6

0 comments on commit 00ae2d9

Please sign in to comment.