Skip to content

Commit

Permalink
Remove sdoc and upgrade json (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed May 10, 2021
1 parent d9e9c60 commit 2329c44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ gem 'jquery-rails'
gem 'rack', '>= 2.0.6'
gem 'rails', '~> 5.2'
gem 'sass-rails', '~> 5.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'turbolinks'
gem 'uglifier', '>= 1.3.0'

Expand Down
8 changes: 1 addition & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-tablesorter (1.20.8)
railties (>= 3.2, < 6)
json (1.8.6)
json (2.5.1)
jwt (2.2.2)
kaminari (1.2.1)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -399,8 +399,6 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.3)
rdoc (4.2.2)
json (~> 1.4)
redcarpet (3.5.1)
redis (3.3.5)
redis-namespace (1.7.0)
Expand Down Expand Up @@ -474,9 +472,6 @@ GEM
ffi (~> 1.9)
sassy-maps (0.4.0)
sass (~> 3.3)
sdoc (0.4.2)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
rubyzip (~> 1.2, >= 1.2.2)
Expand Down Expand Up @@ -639,7 +634,6 @@ DEPENDENCIES
ruby-prof
rubyzip (>= 1.2.2)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
selenium-webdriver
sidekiq (< 6)
simplecov
Expand Down

0 comments on commit 2329c44

Please sign in to comment.