Skip to content

Commit

Permalink
Merge pull request #206 from collectionspace/debug
Browse files Browse the repository at this point in the history
Use the rails (7+) ruby debug gem
  • Loading branch information
mark-cooper authored Mar 19, 2024
2 parents 5f6c82d + 0ef9b25 commit 1a4a062
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ gem 'stimulus_reflex', '~> 3.4'
group :development, :test do
gem 'better_errors'
gem 'binding_of_caller'
gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'debase', '0.2.5.beta2'
gem 'debug'
gem 'pry'
gem 'pry-byebug'
gem 'pry-rails'
gem 'ruby-debug-ide'
end

group :development do
Expand Down
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ GEM
thor
typhoeus
uri_template
debase (0.2.5.beta2)
debase-ruby_core_source (>= 0.10.12)
debase-ruby_core_source (3.3.1)
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.1.0)
devise (4.8.1)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -234,7 +234,11 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
ipaddress (0.8.3)
irb (1.12.0)
rdoc
reline (>= 0.4.2)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -353,11 +357,14 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.3.3)
redis (4.2.5)
redis-session-store (0.11.4)
actionpack (>= 3, < 8)
redis (>= 3, < 5)
regexp_parser (2.2.1)
reline (0.4.3)
io-console (~> 0.5)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand All @@ -373,8 +380,6 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
ruby-debug-ide (0.7.3)
rake (>= 0.8.1)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
rufus-scheduler (3.8.1)
Expand Down Expand Up @@ -490,13 +495,12 @@ DEPENDENCIES
binding_of_caller
bootsnap (>= 1.4.2)
bulma-rails (~> 0.9.0)
byebug
capybara (>= 2.15)
collectionspace-client!
collectionspace-mapper!
collectionspace-refcache!
csvlint
debase (= 0.2.5.beta2)
debug
devise
font-awesome-rails
http
Expand All @@ -518,7 +522,6 @@ DEPENDENCIES
redis (>= 4.0)
redis-session-store
rubocop
ruby-debug-ide
sass-rails (>= 6)
selenium-webdriver
sidekiq
Expand Down

0 comments on commit 1a4a062

Please sign in to comment.