Skip to content

Commit

Permalink
revert not needed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed May 2, 2024
1 parent 3ec6e7b commit 17232c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ GEM
marcel (1.0.2)
mini_mime (1.1.5)
minitest (5.20.0)
minitest-around (0.5.0)
minitest (~> 5.0)
mutex_m (0.1.2)
net-imap (0.4.4)
date
Expand Down Expand Up @@ -232,7 +230,6 @@ DEPENDENCIES
appraisal
debug
minitest (~> 5.0)
minitest-around
rails
rake
rubocop (~> 1.21)
Expand Down
1 change: 0 additions & 1 deletion actual_db_schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "appraisal"
spec.add_development_dependency "debug"
spec.add_development_dependency "minitest-around"
spec.add_development_dependency "rails"
spec.add_development_dependency "sqlite3"

Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require "rails/all"
require "actual_db_schema"
require "minitest/autorun"
require "minitest/around/spec"
require "debug"
require "support/test_utils"

Expand Down

0 comments on commit 17232c0

Please sign in to comment.