File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ == 2.8.2
2
+ * Remove the pessimistic `< 3` condition on mime-types
3
+
1
4
== 2.8.1
2
- * Resolve dependencies in better way and fix bundle install
5
+ * Resolve dependencies in better way and fix bundle install
3
6
4
7
== 2.8.0
5
8
* Update mime-types dependency
12
15
13
16
== 2.7.1
14
17
* Suppress 'unkown header' warnings
15
- * Add process.out to CommandFailed error
18
+ * Add process.out to CommandFailed error
16
19
17
20
== 2.7.0
18
21
* Remove the `chdir:` option for thread-safety
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
17
17
s . add_dependency ( "charlock_holmes" , "~> 0.6" )
18
18
s . add_dependency ( 'posix-spawn' , "~> 0.3" )
19
- s . add_dependency ( 'mime-types' , ">= 1.16" , "< 3" )
19
+ s . add_dependency ( 'mime-types' , ">= 1.16" )
20
20
s . add_dependency ( 'diff-lcs' , "~> 1.1" )
21
21
s . add_development_dependency ( 'mocha' )
22
22
end
You can’t perform that action at this time.
0 commit comments