Skip to content

Commit

Permalink
adds pry
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Dec 30, 2024
1 parent ebc3428 commit 46fa738
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ group :development do
gem "letter_opener"
gem "letter_opener_web"
gem "foreman"
gem 'pry'
end

group :test do
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ GEM
xpath (~> 3.2)
childprocess (5.1.0)
logger (~> 1.5)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
Expand Down Expand Up @@ -230,6 +231,9 @@ GEM
bcrypt (>= 3.1.11)
rails (>= 5.1.4)
pg (1.5.9)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.2.2)
date
stringio
Expand Down Expand Up @@ -412,6 +416,7 @@ DEPENDENCIES
paper_trail
passwordless (~> 1.8)
pg (~> 1.5)
pry
puma (>= 5.0)
rack-cors
rails (= 8.0.1)
Expand Down
3 changes: 2 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require "capybara/rspec"
require 'sidekiq/testing'
require 'vcr'
require 'pry'

Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }

Expand Down Expand Up @@ -88,4 +89,4 @@
config.filter_rails_from_backtrace!
# arbitrary gems may also be filtered via:
# config.filter_gems_from_backtrace("gem name")
end
end

0 comments on commit 46fa738

Please sign in to comment.