File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 faraday (~> 0.9 )
66 hashie (>= 1.2 )
77 inflection
8- mime-types (~> 2 .0 )
8+ mime-types (~> 1 .0 )
99 multi_json
1010 multipart-post (~> 2.0 )
1111
4949 i18n (0.6.9 )
5050 inflection (1.0.0 )
5151 json (1.8.1 )
52- mime-types (2 .1 )
52+ mime-types (1.25 .1 )
5353 mongoid (3.1.6 )
5454 activemodel (~> 3.2 )
5555 moped (~> 1.4 )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
3232 s . add_runtime_dependency "hashie" , ">= 1.2"
3333 s . add_runtime_dependency "inflection"
3434 s . add_runtime_dependency "multi_json"
35- s . add_runtime_dependency "mime-types" , "~> 2 .0"
35+ s . add_runtime_dependency "mime-types" , "~> 1 .0"
3636 s . add_runtime_dependency "multipart-post" , "~> 2.0"
3737
3838 s . files = `git ls-files -x Gemfile.lock` . split ( "\n " ) rescue ''
You can’t perform that action at this time.
0 commit comments