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 @@ -43,7 +43,7 @@ gem "omniauth-twitter", "~> 1.4"
gem 'administrate', '~> 0.12.0'

# usefuls
gem "inline_svg", "~> 1.6"
gem "inline_svg", "~> 1.7"
gem "nenv", "~> 0.3.0"
gem "strong_migrations", "~> 0.5.1"
gem "rails-patterns", "~> 0.6.0"
Expand Down
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ GEM
coderay (1.1.2)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.10)
connection_pool (2.2.2)
crass (1.0.5)
datetime_picker_rails (0.0.7)
Expand Down Expand Up @@ -1047,10 +1047,10 @@ GEM
hashids (~> 1.0)
hashids (1.0.5)
hashie (3.6.0)
i18n (1.7.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inline_svg (1.6.0)
inline_svg (1.7.2)
activesupport (>= 3.0)
nokogiri (>= 1.6)
jaro_winkler (1.5.4)
Expand Down Expand Up @@ -1100,8 +1100,8 @@ GEM
mimemagic (0.3.3)
mini_magick (4.9.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
mini_portile2 (2.8.1)
minitest (5.17.0)
momentjs-rails (2.20.1)
railties (>= 3.1)
msgpack (1.3.1)
Expand All @@ -1112,8 +1112,9 @@ GEM
activesupport (>= 5.2.0)
nenv (0.3.0)
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth (0.5.4)
oauth2 (1.4.2)
faraday (>= 0.8, < 2.0)
Expand Down Expand Up @@ -1147,6 +1148,7 @@ GEM
public_suffix (4.0.2)
puma (4.3.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.0.8)
rack-protection (2.0.8.1)
rack
Expand Down Expand Up @@ -1259,7 +1261,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.6)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
virtus (1.0.5)
Expand Down Expand Up @@ -1289,7 +1291,7 @@ GEM
chronic (>= 0.6.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.2.2)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand All @@ -1310,7 +1312,7 @@ DEPENDENCIES
draper (~> 3.1)
gravatar_image_tag (~> 1.2)
hashid-rails (~> 1.4)
inline_svg (~> 1.6)
inline_svg (~> 1.7)
jbuilder (~> 2.7)
letter_opener_web (~> 1.3, >= 1.3.4)
listen (>= 3.0.5, < 3.2)
Expand Down