diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-03-03 16:53:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 22:53:08 +0100 |
commit | 1840d5d50c68a7fa85ea026cdd53c0b2c5cda83f (patch) | |
tree | a1ad4048047670e73d99ce1c853798b51af2b65b /Gemfile | |
parent | b00f945d92b6fff58c8a8ed702a9511ddb56a3da (diff) |
Remove pry gems (#23884)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index ede81af16..d3eefb224 100644 --- a/Gemfile +++ b/Gemfile @@ -104,8 +104,6 @@ group :development, :test do gem 'fabrication', '~> 2.30' gem 'fuubar', '~> 2.5' gem 'i18n-tasks', '~> 1.0', require: false - gem 'pry-byebug', '~> 3.10' - gem 'pry-rails', '~> 0.3' gem 'rspec-rails', '~> 6.0' gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false |