Skip to content
Snippets Groups Projects
Verified Commit d3c614f0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix Gemfile/Gemfile.lock

parent 80648574
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -6,7 +6,7 @@ group :development, :test do
gem 'pry'
gem 'rake'
gem 'posix-spawn', "~> 0.3.6"
gem 'mime-types', "~> 2.6"
gem 'mime-types', ">= 1.16", "< 3"
gem 'diff-lcs', "~> 1.1"
gem 'mocha', "~> 0.13.2"
gem 'coveralls', require: false
Loading
Loading
PATH
remote: .
specs:
gitlab-grit (2.8.0)
gitlab-grit (2.8.1)
charlock_holmes (~> 0.6)
diff-lcs (~> 1.1)
mime-types (>= 1.16, < 3)
Loading
Loading
@@ -56,7 +56,7 @@ DEPENDENCIES
coveralls
diff-lcs (~> 1.1)
gitlab-grit!
mime-types (~> 2.6)
mime-types (>= 1.16, < 3)
mocha (~> 0.13.2)
posix-spawn (~> 0.3.6)
pry
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment