Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Fix Gemfile/Gemfile.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Apr 19, 2016
1 parent 8064857 commit d3c614f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d3c614f

Please sign in to comment.