Skip to content

Commit

Permalink
drop pry in favour of debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansing committed Oct 14, 2024
1 parent 8421114 commit a65444b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 32 deletions.
26 changes: 13 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ source 'https://rubygems.org'
gem 'iqvoc', '~> 4.14.4', github: 'innoq/iqvoc', branch: :main
gem 'iqvoc_skosxl', '~> 2.11.3', github: 'innoq/iqvoc_skosxl', branch: :main

platforms :ruby do
gem 'pg'
end
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
end

group :development do
gem 'better_errors'
gem 'web-console'
gem 'listen'
end

group :development, :test do
gem 'pry-rails'

group :test do
gem 'capybara'
gem 'poltergeist'
end
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]
end

platforms :ruby do
gem 'pg'
end
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
end
group :test do
gem 'capybara'
gem 'poltergeist'
end
32 changes: 13 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ GEM
activesupport (>= 5.2, < 7.2)
request_store (~> 1.0)
bcp47_spec (0.2.1)
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bigdecimal (3.1.8)
bigdecimal (3.1.8-java)
bindex (0.8.1)
Expand Down Expand Up @@ -158,13 +154,15 @@ GEM
carrierwave-i18n (3.0.0)
carrierwave (>= 3.0.0, < 4)
cliver (0.3.2)
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
database_cleaner (1.8.5)
date (3.3.4)
date (3.3.4-java)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
deep_cloneable (3.2.0)
activerecord (>= 3.1.0, < 8)
delayed_job (4.1.12)
Expand Down Expand Up @@ -225,11 +223,16 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
io-console (0.7.2-java)
iq_rdf (0.2.0)
activesupport
builder
bundler
iq_triplestorage (0.2.2)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jar-dependencies (0.4.1)
jdbc-postgres (42.6.0)
json (2.7.2)
Expand Down Expand Up @@ -342,15 +345,6 @@ GEM
capybara (>= 2.1, < 4)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry (0.14.2-java)
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (5.1.2)
stringio
psych (5.1.2-java)
Expand Down Expand Up @@ -468,11 +462,14 @@ GEM
rdf-xsd (3.3.0)
rdf (~> 3.3)
rexml (~> 3.2)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.10)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
rexml (3.3.8)
rouge (4.2.0)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
Expand Down Expand Up @@ -507,8 +504,6 @@ GEM
sparql-client (3.3.0)
net-http-persistent (~> 4.0, >= 4.0.2)
rdf (~> 3.3)
spoon (0.0.6)
ffi
ssrf_filter (1.1.2)
stringio (3.1.1)
sxp (1.3.0)
Expand Down Expand Up @@ -547,14 +542,13 @@ PLATFORMS

DEPENDENCIES
activerecord-jdbcpostgresql-adapter
better_errors
capybara
debug
iqvoc (~> 4.14.4)!
iqvoc_skosxl (~> 2.11.3)!
listen
pg
poltergeist
pry-rails
web-console

BUNDLED WITH
Expand Down

0 comments on commit a65444b

Please sign in to comment.