Skip to content

Commit

Permalink
add mime-types dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrederickson committed Nov 13, 2019
1 parent 45956b6 commit ad15ab8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
28 changes: 16 additions & 12 deletions concerto-frontend-vue-gem/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: .
specs:
concerto_frontend_vue (0.0.1)
concerto_frontend_vue (0.0.11)
mime-types
rails

GEM
Expand Down Expand Up @@ -51,26 +52,29 @@ GEM
arel (9.0.0)
builder (3.2.3)
concurrent-ruby (1.1.5)
crass (1.0.4)
erubi (1.8.0)
crass (1.0.5)
erubi (1.9.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
loofah (2.2.3)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
nio4r (2.5.1)
nokogiri (1.10.4)
minitest (5.13.0)
nio4r (2.5.2)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
rack (2.0.7)
rack-test (1.1.0)
Expand All @@ -91,15 +95,15 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.2.3)
actionpack (= 5.2.3)
activesupport (= 5.2.3)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (12.3.3)
rake (13.0.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -124,4 +128,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.0.1
2.0.2
1 change: 1 addition & 0 deletions concerto-frontend-vue-gem/concerto_frontend_vue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]

s.add_dependency "rails" #, '~>4.2'
s.add_dependency "mime-types"

s.add_development_dependency "sqlite3"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ConcertoFrontendVue
VERSION = "0.0.11"
VERSION = "0.0.12"
end

0 comments on commit ad15ab8

Please sign in to comment.