Skip to content
Open
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
23 changes: 7 additions & 16 deletions RailsProjects/alpha-blog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.10)
crass (1.0.6)
erubi (1.9.0)
ffi (1.13.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.5)
globalid (1.0.1)
activesupport (>= 5.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
activesupport (>= 5.0.0)
Expand All @@ -100,7 +100,7 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.2)
minitest (5.17.0)
msgpack (1.3.3)
nio4r (2.5.4)
nokogiri (1.10.10)
Expand Down Expand Up @@ -165,13 +165,6 @@ GEM
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.1.1)
parser (>= 2.7.1.5)
rubocop-performance (1.9.0)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.8.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.87.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (2.3.0)
Expand Down Expand Up @@ -208,7 +201,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.8)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
web-console (4.1.0)
Expand All @@ -230,7 +223,7 @@ GEM
will_paginate (3.1.8)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.1)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand All @@ -248,8 +241,6 @@ DEPENDENCIES
puma (~> 3.11)
rails (~> 6.0.0)
rubocop (~> 1.3)
rubocop-performance (~> 1.9)
rubocop-rails (~> 2.8)
rufo (~> 0.12.0)
sass-rails (~> 5)
selenium-webdriver
Expand Down