Fix syntax error in Gemfile introduced by a patch
This commit is contained in:
parent
74e828ae7b
commit
4c6fe1f7e8
2 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
--- a/Gemfile
|
--- a/Gemfile
|
||||||
+++ b/Gemfile
|
+++ b/Gemfile
|
||||||
@@ -330,6 +330,7 @@
|
@@ -329,7 +329,7 @@
|
||||||
|
gem 'raindrops', '~> 0.18'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
-group :development, :test do
|
||||||
+if ENV["INCLUDE_TEST_DEPENDS"] == "true"
|
+if ENV["INCLUDE_TEST_DEPENDS"] == "true"
|
||||||
gem 'pry-byebug', '~> 3.5', platform: :mri
|
gem 'pry-byebug', '~> 3.5', platform: :mri
|
||||||
gem 'pry-rails', '~> 0.3.9'
|
gem 'pry-rails', '~> 0.3.9'
|
||||||
|
|
||||||
@@ -361,9 +362,6 @@
|
@@ -361,9 +361,6 @@
|
||||||
gem 'png_quantizator', '~> 0.2.1', require: false
|
gem 'png_quantizator', '~> 0.2.1', require: false
|
||||||
|
|
||||||
gem 'parallel', '~> 1.19', require: false
|
gem 'parallel', '~> 1.19', require: false
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/Gemfile
|
--- a/Gemfile
|
||||||
+++ b/Gemfile
|
+++ b/Gemfile
|
||||||
@@ -412,9 +412,9 @@
|
@@ -411,9 +411,9 @@
|
||||||
# Gitaly GRPC protocol definitions
|
# Gitaly GRPC protocol definitions
|
||||||
gem 'gitaly', '~> 1.86'
|
gem 'gitaly', '~> 1.86'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue