Skip to content

Commit

Permalink
keep webricks for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 27, 2023
1 parent 35f8a7f commit 7f2e594
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 169 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ gem 'active_fedora-noid'
gem 'http'
gem 'puma'
gem 'thin'
#gem 'webrick'

group :production do
gem 'passenger'
Expand All @@ -50,6 +49,7 @@ group :development, :test do
gem 'rspec-rails'
gem 'simplecov'
gem 'simplecov-lcov', '~> 0.8.0'
gem 'webrick'
end

group :development, :test do
Expand Down

0 comments on commit 7f2e594

Please sign in to comment.