Skip to content

Commit

Permalink
Remove pry gem now
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkbeer committed Mar 17, 2023
1 parent e59eb83 commit 003fbb2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ gemspec

gem 'rails', '~> 6.0.0'
gem 'rubocop', '0.78.0', require: false
gem "pry", github: "casperisfine/pry", branch: "v-0.13-ruby-3.2"
gem 'brotli'
11 changes: 0 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
GIT
remote: https://github.com/casperisfine/pry.git
revision: 99a988a565b46ae54a838f4f27b13354f99bd3d6
branch: v-0.13-ruby-3.2
specs:
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)

PATH
remote: .
specs:
Expand Down Expand Up @@ -75,7 +66,6 @@ GEM
ast (2.4.2)
brotli (0.4.0)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.1.9)
crass (1.0.6)
erubi (1.10.0)
Expand Down Expand Up @@ -170,7 +160,6 @@ DEPENDENCIES
brotli
minitest (>= 5.13.0)
mocha (>= 1.10.0)
pry!
rails (~> 6.0.0)
rake
response_bank!
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
require 'rails'
require 'action_controller/railtie'
require 'mocha/minitest'
require 'pry'

require 'response_bank'

Expand Down

0 comments on commit 003fbb2

Please sign in to comment.