Skip to content
This repository was archived by the owner on Jun 15, 2025. It is now read-only.
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 @@ -59,7 +59,7 @@ gem 'tzinfo-data', platforms: [:x64_mingw, :mingw, :mswin]

gem "breadcrumbs_on_rails"

gem 'inline_svg', '1.1.0'
gem 'inline_svg', '1.7.2'

gem 'chartjs-ror'

Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.1.10)
crass (1.0.6)
diff-lcs (1.3)
erubis (2.7.0)
Expand All @@ -60,11 +61,12 @@ GEM
activesupport (>= 4.2.0)
hike (1.2.3)
httpclient (2.8.1)
i18n (0.8.6)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
impressionist (1.5.1)
httpclient (~> 2.2)
nokogiri (~> 1.5)
inline_svg (1.1.0)
inline_svg (1.7.2)
activesupport (>= 3.0)
nokogiri (>= 1.6)
jbuilder (1.5.3)
Expand All @@ -84,13 +86,13 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.4.0)
minitest (5.10.3)
minitest (5.15.0)
momentjs-rails (2.17.1)
railties (>= 3.1)
multi_json (1.12.2)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.9-x64-mingw32)
nokogiri (1.10.10-x64-mingw32)
mini_portile2 (~> 2.4.0)
pg (0.21.0)
pg (0.21.0-x64-mingw32)
Expand Down Expand Up @@ -175,7 +177,7 @@ GEM
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.3)
tzinfo (1.2.10)
thread_safe (~> 0.1)
tzinfo-data (1.2016.6)
tzinfo (>= 1.0.0)
Expand All @@ -194,7 +196,7 @@ DEPENDENCIES
coffee-rails (~> 4.0.0)
geocoder
impressionist
inline_svg (= 1.1.0)
inline_svg (= 1.7.2)
jbuilder (~> 1.2)
jquery-rails
mail
Expand Down