diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-04-02 08:10:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-04-02 08:11:05 +0200 |
| commit | 7949c74d9afa7c79025f56aa08a5a75939818b40 (patch) | |
| tree | 55cf6b70b1cffc7e79d66edd57bc6c4bc2346bcb /Gemfile.lock | |
| parent | 960927954168dd5d7e63ce619b4df20efd82390a (diff) | |
| download | slackbuilder-7949c74d9afa7c79025f56aa08a5a75939818b40.tar.gz | |
Move branch constant into configuration
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d381be1..6f37514 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - ast (2.4.1) + ast (2.4.2) parallel (1.20.1) parser (3.0.0.0) ast (~> 2.4.1) rainbow (3.0.0) - regexp_parser (2.0.3) + regexp_parser (2.1.1) rexml (3.2.4) - rubocop (1.8.0) + rubocop (1.12.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -17,7 +17,7 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.0) + rubocop-ast (1.4.1) parser (>= 2.7.1.5) ruby-progressbar (1.11.0) unicode-display_width (2.0.0) @@ -29,4 +29,4 @@ DEPENDENCIES rubocop (~> 1.7) BUNDLED WITH - 2.1.4 + 2.2.3 |
