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 @@ -7,7 +7,7 @@ ruby "2.7.1"

gem "bootsnap", ">= 1.4.2", require: false
gem "devise", "~> 4.7"
gem "inline_svg", "~> 1.7.0"
gem "inline_svg", "~> 1.7.2"
gem "optimism", "~> 0.3.4"
gem "pagy"
gem "pg", ">= 0.18", "< 2.0"
Expand Down
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
choice (0.2.0)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.10)
crass (1.0.6)
devise (4.7.2)
bcrypt (~> 3.0)
Expand All @@ -151,9 +151,9 @@ GEM
ffi (1.13.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
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)
listen (3.2.1)
Expand All @@ -169,8 +169,8 @@ GEM
method_source (1.0.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
minitest-reporters (1.4.2)
ansi
builder
Expand All @@ -179,8 +179,9 @@ GEM
msgpack (1.3.3)
nested_scaffold (1.1.0)
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
optimism (0.3.5)
cable_ready (>= 4)
rack (~> 2.0)
Expand All @@ -199,6 +200,7 @@ GEM
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
racc (1.6.2)
rack (2.2.3)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -293,7 +295,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.7)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
uniform_notifier (1.13.0)
Expand All @@ -310,7 +312,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.0)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand All @@ -325,7 +327,7 @@ DEPENDENCIES
devise (~> 4.7)
factory_bot_rails
faker
inline_svg (~> 1.7.0)
inline_svg (~> 1.7.2)
listen (~> 3.2)
minitest-reporters
nested_scaffold
Expand Down