diff --git a/Gemfile b/Gemfile index fd2ee1c38..df102e865 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "gibbon", "~> 3.2" # API wrapper for MailChimp's API gem "google-api-client", "~> 0.27" # Client for accessing Google APIs gem "html_truncator", "~> 0.4" # Truncate an HTML string properly gem "httparty", "~> 0.16" # Makes http fun! Also, makes consuming restful web services dead easy -gem "inline_svg", "~> 1.3" # Embed SVG documents in your Rails views and style them with CSS +gem "inline_svg", "~> 1.4" # Embed SVG documents in your Rails views and style them with CSS gem "jbuilder", "~> 2.8" # Create JSON structures via a Builder-style DSL gem "jquery-rails", "~> 4.3" # A gem to automate using jQuery with Rails gem "kaminari", "~> 1.1" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator diff --git a/Gemfile.lock b/Gemfile.lock index 369054afc..cc96d8b54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -554,7 +554,7 @@ GEM concurrent-ruby (~> 1.0) ice_nine (0.11.2) inflecto (0.0.2) - inline_svg (1.3.1) + inline_svg (1.4.0) activesupport (>= 3.0) nokogiri (>= 1.6) ipaddress (0.8.3) @@ -1020,7 +1020,7 @@ DEPENDENCIES guard-rspec (~> 4.7) html_truncator (~> 0.4) httparty (~> 0.16) - inline_svg (~> 1.3) + inline_svg (~> 1.4) jbuilder (~> 2.8) jquery-rails (~> 4.3) kaminari (~> 1.1)