Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
set mime-types to 1.19, which only requires ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jan 28, 2014
1 parent 3eae456 commit 838fe32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
commander (= 4.1.5)
highline (= 1.6.20)
json_pure (= 1.8.1)
mime-types (= 1.19)
mime-types (~> 1.19.0)
rest-client
smart_colored

Expand Down
2 changes: 1 addition & 1 deletion bro.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rest-client'
s.add_runtime_dependency 'smart_colored'
s.add_runtime_dependency 'highline', '1.6.20'
s.add_runtime_dependency 'mime-types', '1.19'
s.add_runtime_dependency 'mime-types', '~> 1.19.0'
end

0 comments on commit 838fe32

Please sign in to comment.