Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
gem "htmlentities", "~> 4.3", ">= 4.3.4" # A module for encoding and decoding (X)HTML entities
gem "httparty", "~> 0.18" # Makes http fun! Also, makes consuming restful web services dead easy
gem "imgproxy", "~> 1.2" # A gem that easily generates imgproxy URLs for your images
gem "inline_svg", "~> 1.7" # Embed SVG documents in your Rails views and style them with CSS
gem "inline_svg", "~> 1.8" # Embed SVG documents in your Rails views and style them with CSS
gem "jbuilder", "~> 2.10" # Create JSON structures via a Builder-style DSL
gem "jquery-rails", "~> 4.4" # A gem to automate using jQuery with Rails
gem "jsonapi-serializer", "~> 2.1" # Serializer for Ruby objects
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
counter_culture (2.7.0)
activerecord (>= 4.2)
Expand Down Expand Up @@ -373,14 +373,14 @@ GEM
httpclient (2.8.3)
hypershield (0.2.0)
activerecord (>= 5)
i18n (1.8.5)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
image_processing (1.10.3)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
imgproxy (1.2.0)
inline_svg (1.7.1)
inline_svg (1.8.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
ipaddress (0.8.3)
Expand Down Expand Up @@ -446,7 +446,7 @@ GEM
mini_portile2 (2.4.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.14.2)
minitest (5.15.0)
msgpack (1.3.3)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -756,7 +756,7 @@ GEM
multipart-post (~> 2.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
tzinfo (1.2.8)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -809,7 +809,7 @@ GEM
yard (>= 0.8.3)
yard-activesupport-concern (0.0.1)
yard (>= 0.8)
zeitwerk (2.4.2)
zeitwerk (2.5.3)
zonebie (0.6.1)

PLATFORMS
Expand Down Expand Up @@ -875,7 +875,7 @@ DEPENDENCIES
httparty (~> 0.18)
hypershield (~> 0.2.0)
imgproxy (~> 1.2)
inline_svg (~> 1.7)
inline_svg (~> 1.8)
jbuilder (~> 2.10)
jquery-rails (~> 4.4)
jsonapi-serializer (~> 2.1)
Expand Down
Binary file removed vendor/cache/concurrent-ruby-1.1.7.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.1.9.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.8.11.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.8.5.gem
Binary file not shown.
Binary file removed vendor/cache/inline_svg-1.7.1.gem
Binary file not shown.
Binary file added vendor/cache/inline_svg-1.8.0.gem
Binary file not shown.
Binary file added vendor/cache/libv8-8.4.255.0.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.14.2.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-1.2.8.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-1.2.9.gem
Binary file not shown.
Binary file removed vendor/cache/zeitwerk-2.4.2.gem
Binary file not shown.
Binary file added vendor/cache/zeitwerk-2.5.3.gem
Binary file not shown.