Skip to content

Commit

Permalink
Remove byebug and test against propshaft
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Aug 8, 2024
1 parent 881ea74 commit 26295b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ gemspec
# your gem to rubygems.org.

gem "appraisal"
gem "byebug", group: [:development, :test]
gem "standardrb", group: [:development, :test]
gem "standardrb"
gem "ffaker", "~> 2.17"
gem "name_of_person", "~> 1.1", ">= 1.1.1"
gem "propshaft"
gem "simplecov", group: :test
gem "web-console", group: :development
gem "friendly_id", "~> 5.4"
Expand Down
18 changes: 8 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ GEM
bigdecimal (3.1.8)
bindex (0.8.1)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -143,6 +142,8 @@ GEM
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand All @@ -156,6 +157,11 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.7)
propshaft (0.9.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
stringio
puma (6.4.2)
Expand Down Expand Up @@ -232,13 +238,6 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
Expand Down Expand Up @@ -289,17 +288,16 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt
byebug
ffaker (~> 2.17)
friendly_id (~> 5.4)
madmin!
mysql2
name_of_person (~> 1.1, >= 1.1.1)
paper_trail (~> 15.0)
pg
propshaft
puma
simplecov
sprockets-rails
sqlite3 (~> 1.4)
standardrb
web-console
Expand Down
2 changes: 0 additions & 2 deletions madmin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ Gem::Specification.new do |spec|

spec.add_dependency "rails", ">= 6.0.3"
spec.add_dependency "pagy", ">= 3.5"

spec.add_development_dependency "sprockets-rails"
end
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require "byebug"

require_relative "../test/dummy/config/environment"
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../test/dummy/db/migrate", __dir__)]
require "rails/test_help"
Expand Down

0 comments on commit 26295b8

Please sign in to comment.