Skip to content

Commit

Permalink
Remove development dependencies: memory_profiler, rbtrace, sigdump (#700
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bensheldon committed Aug 14, 2022
1 parent a0811a4 commit 4ea3b6f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -21,9 +21,7 @@ gem 'rails'

platforms :ruby do
gem "activerecord-explain-analyze"
gem "memory_profiler"
gem "pry-byebug"
gem "rbtrace"

group :lint do
gem 'easy_translate'
Expand Down
12 changes: 0 additions & 12 deletions Gemfile.lock
Expand Up @@ -168,7 +168,6 @@ GEM
faraday-http-cache (2.4.0)
faraday (>= 0.8)
faraday-net_http (2.0.3)
ffi (1.15.5)
ffi (1.15.5-java)
fiber-local (1.0.0)
foreman (0.87.2)
Expand Down Expand Up @@ -221,7 +220,6 @@ GEM
mixlib-cli (~> 2.1, >= 2.1.1)
mixlib-config (>= 2.2.1, < 4)
mixlib-shellout
memory_profiler (1.0.0)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
Expand All @@ -231,7 +229,6 @@ GEM
tomlrb
mixlib-shellout (3.2.7)
chef-utils
msgpack (1.5.3)
multi_json (1.15.0)
nio4r (2.5.8)
nio4r (2.5.8-java)
Expand All @@ -247,7 +244,6 @@ GEM
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.0.1)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -313,10 +309,6 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rbtrace (0.4.14)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
regexp_parser (2.5.0)
rexml (3.2.5)
rspec-core (3.11.0)
Expand Down Expand Up @@ -368,7 +360,6 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sigdump (0.2.4)
smart_properties (1.17.0)
spoon (0.0.6)
ffi
Expand Down Expand Up @@ -432,21 +423,18 @@ DEPENDENCIES
kramdown-parser-gfm
matrix
mdl
memory_profiler
nokogiri
pg
pry-byebug
pry-rails
puma
rails
rbtrace
rspec-rails
rubocop
rubocop-performance
rubocop-rails
rubocop-rspec
selenium-webdriver
sigdump
yard
yard-activesupport-concern

Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_6.0.gemfile
Expand Up @@ -11,9 +11,7 @@ gem "rails", "~> 6.0.0"

platforms :ruby do
gem "activerecord-explain-analyze"
gem "memory_profiler"
gem "pry-byebug"
gem "rbtrace"

group :lint do
gem "easy_translate"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_6.1.gemfile
Expand Up @@ -11,9 +11,7 @@ gem "rails", "~> 6.1.0"

platforms :ruby do
gem "activerecord-explain-analyze"
gem "memory_profiler"
gem "pry-byebug"
gem "rbtrace"

group :lint do
gem "easy_translate"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_7.0.gemfile
Expand Up @@ -12,9 +12,7 @@ gem "selenium-webdriver", "~> 4.0"

platforms :ruby do
gem "activerecord-explain-analyze"
gem "memory_profiler"
gem "pry-byebug"
gem "rbtrace"

group :lint do
gem "easy_translate"
Expand Down
1 change: 0 additions & 1 deletion good_job.gemspec
Expand Up @@ -71,7 +71,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "puma"
spec.add_development_dependency "rspec-rails"
spec.add_development_dependency "selenium-webdriver"
spec.add_development_dependency "sigdump"
spec.add_development_dependency "yard"
spec.add_development_dependency "yard-activesupport-concern"
end

0 comments on commit 4ea3b6f

Please sign in to comment.