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 @@ -92,7 +92,7 @@ gem 'groupdate'
gem 'breadcrumbs_on_rails'

# Used to inline svg files in HTML
gem 'inline_svg', '~> 1.7.1'
gem 'inline_svg', '~> 1.7.2'

# Used to show popovers from Bootstrap
gem 'popper_js', '~> 1.14.5'
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.10)
crass (1.0.6)
database_cleaner (1.8.5)
database_cleaner-active_record (1.8.0)
Expand Down Expand Up @@ -124,9 +124,9 @@ GEM
activesupport (>= 4.2.0)
groupdate (5.2.1)
activesupport (>= 5)
i18n (1.8.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
inline_svg (1.7.1)
inline_svg (1.7.2)
activesupport (>= 3.0)
nokogiri (>= 1.6)
jbuilder (2.10.1)
Expand Down Expand Up @@ -162,16 +162,17 @@ GEM
method_source (1.0.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.6.1)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.14.2)
minitest (5.15.0)
momentjs-rails (2.20.1)
railties (>= 3.1)
msgpack (1.3.3)
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.2.3)
popper_js (1.14.7)
Expand All @@ -184,6 +185,7 @@ GEM
activesupport (>= 3.0.0)
pundit-matchers (1.6.0)
rspec-rails (>= 3.0.0)
racc (1.6.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -273,7 +275,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.10)
timecop (0.9.1)
tzinfo (1.2.7)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -313,7 +315,7 @@ DEPENDENCIES
factory_bot_rails
faker
groupdate
inline_svg (~> 1.7.1)
inline_svg (~> 1.7.2)
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
mini_racer
Expand Down