diff options
author | ThibG <thib@sitedethib.com> | 2020-12-01 12:34:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 12:34:33 +0100 |
commit | 4b7f21a28ec59452411b16e66cdbb290d4761b14 (patch) | |
tree | 669d6ead3a60857e3251932442419c16444fd3e9 | |
parent | 17f01ecc4ee8064bff5eebcb8ed74dfcbf7df6fb (diff) |
Fix Gemfile.lock breaking CI (#15257)
Unnecessary Ruby and Bundler version constraints got included in #15230
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9594c0e2b..f7192d084 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -804,9 +804,3 @@ DEPENDENCIES webpacker (~> 5.2) webpush xorcist (~> 1.1) - -RUBY VERSION - ruby 2.7.2p137 - -BUNDLED WITH - 2.1.4 |