Skip to content

Commit

Permalink
Merge pull request #136 from pivotal-cf/mimemagic-test
Browse files Browse the repository at this point in the history
Bump mimemagic version in fina_app template
  • Loading branch information
David Yozie committed May 18, 2021
2 parents f50f0fc + 4a9e5c9 commit 14836ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bookbinder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'base64'

Gem::Specification.new do |s|
s.name = 'bookbindery'
s.version = '10.1.15'
s.version = '10.1.16'
s.summary = 'Markdown to Rackup application documentation generator'
s.description = 'A command line utility to be run in Book repositories to stitch together their constituent Markdown repos into a static-HTML-serving application'
s.authors = ['Mike Grafton', 'Lucas Marks', 'Gavin Morgan', 'Nikhil Gajwani', 'Dan Wendorf', 'Brenda Chan', 'Matthew Boedicker', 'Andrew Bruce', 'Frank Kotsianas', 'Elena Sharma', 'Christa Hartsock', 'Michael Trestman', 'Alpha Chen', 'Sarah McAlear', 'Gregg Van Hove', 'Jess B Heron', "Rajan Agaskar"]
Expand Down
1 change: 1 addition & 0 deletions template_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gem 'puma'
gem 'therubyracer'
gem 'sendgrid-ruby', '< 3.0'
gem 'elasticsearch', '~> 2.0.0'
gem 'mimemagic', '~> 0.3.7'
11 changes: 10 additions & 1 deletion template_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,20 @@ GEM
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
libv8 (3.16.14.15)
mimemagic (0.3.2)
mimemagic (0.3.9)
nokogiri (~> 1)
rake
mini_portile2 (2.5.0)
multi_json (1.13.1)
multipart-post (2.0.0)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
puma (3.12.0)
racc (1.5.2)
rack (2.0.6)
rack-rewrite (1.5.1)
rake (13.0.3)
ref (2.0.0)
sendgrid-ruby (1.1.6)
faraday (~> 0.9)
Expand All @@ -33,6 +41,7 @@ PLATFORMS

DEPENDENCIES
elasticsearch (~> 2.0.0)
mimemagic (~> 0.3.7)
puma
rack
rack-rewrite
Expand Down

0 comments on commit 14836ee

Please sign in to comment.