Skip to content
Snippets Groups Projects
Commit 328bd579 authored by Douwe Maan's avatar Douwe Maan
Browse files

Merge pull request #53 from rgroux/master

update(gems): update mime-types gem to 2.6
parents d8121f71 f61a4172
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@ group :development, :test do
gem 'pry'
gem 'rake'
gem 'posix-spawn', "~> 0.3.6"
gem 'mime-types', "~> 1.15"
gem 'mime-types', "~> 2.6"
gem 'diff-lcs', "~> 1.1"
gem 'mocha', "~> 0.13.2"
gem 'coveralls', require: false
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@ PATH
gitlab-grit (2.7.3)
charlock_holmes (~> 0.6)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
mime-types (~> 2.6)
posix-spawn (~> 0.3)
 
GEM
Loading
Loading
@@ -56,7 +56,7 @@ DEPENDENCIES
coveralls
diff-lcs (~> 1.1)
gitlab-grit!
mime-types (~> 1.15)
mime-types (~> 2.6)
mocha (~> 0.13.2)
posix-spawn (~> 0.3.6)
pry
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
 
s.add_dependency("charlock_holmes", "~> 0.6")
s.add_dependency('posix-spawn', "~> 0.3")
s.add_dependency('mime-types', "~> 1.15")
s.add_dependency('mime-types', "~> 2.6")
s.add_dependency('diff-lcs', "~> 1.1")
s.add_development_dependency('mocha')
end
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