Skip to content

Commit

Permalink
remove pry which is interfering with basic irb initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Nov 8, 2024
1 parent 0707cd5 commit e1f63ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ group :development, :test do
gem "puma", "~> 6.4"
gem "selenium-webdriver", "~> 4.15.0" # TODO: Can't upgrade to 4.17 until Rails 7 + Ruby 3.3

# Debugging
gem "pry", "~> 0.13"
gem "pry-byebug", "~> 3.9"
gem "pry-rails", "~> 0.3"

# External request capture
gem "vcr", "~> 6.0"
gem "webmock", "~> 3.10"
Expand Down
14 changes: 0 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ GEM
bullet (7.2.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
cancancan (3.6.1)
capybara (3.40.0)
addressable
Expand All @@ -199,7 +198,6 @@ GEM
chunky_png (1.4.0)
climate_control (0.2.0)
clipboard-rails (1.7.1)
coderay (1.1.3)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
Expand Down Expand Up @@ -353,7 +351,6 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -397,14 +394,6 @@ GEM
activerecord (>= 5.1)
csv
pg (>= 0.17)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.1.2)
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -738,9 +727,6 @@ DEPENDENCIES
phony (~> 2.15)
popper_js (~> 1.14)
postgres-copy (~> 1.0)
pry (~> 0.13)
pry-byebug (~> 3.9)
pry-rails (~> 0.3)
puma (~> 6.4)
rack-attack (~> 6.3)
rails (~> 7.1.0)
Expand Down

0 comments on commit e1f63ce

Please sign in to comment.