Fix syntax error in Gemfile introduced by a patch

This commit is contained in:
Pirate Praveen 2020-03-13 17:08:37 +05:30
parent 74e828ae7b
commit 4c6fe1f7e8
2 changed files with 5 additions and 4 deletions

View file

@ -1,14 +1,15 @@
--- a/Gemfile
+++ b/Gemfile
@@ -330,6 +330,7 @@
@@ -329,7 +329,7 @@
gem 'raindrops', '~> 0.18'
end
group :development, :test do
-group :development, :test do
+if ENV["INCLUDE_TEST_DEPENDS"] == "true"
gem 'pry-byebug', '~> 3.5', platform: :mri
gem 'pry-rails', '~> 0.3.9'
@@ -361,9 +362,6 @@
@@ -361,9 +361,6 @@
gem 'png_quantizator', '~> 0.2.1', require: false
gem 'parallel', '~> 1.19', require: false

View file

@ -1,6 +1,6 @@
--- a/Gemfile
+++ b/Gemfile
@@ -412,9 +412,9 @@
@@ -411,9 +411,9 @@
# Gitaly GRPC protocol definitions
gem 'gitaly', '~> 1.86'