Skip to content

Commit

Permalink
Remove unnecessary gems, add pry-rails and move pry-byebug to global …
Browse files Browse the repository at this point in the history
…group.
  • Loading branch information
hermanzdosilovic committed Jan 11, 2020
1 parent 7061de7 commit 230c7a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 53 deletions.
16 changes: 3 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ gem 'pg', '~> 0.18'

gem 'active_model_serializers', '~> 0.10.2'
gem 'enumerations', '~> 2.1'
gem 'pry-byebug', '~> 3.4'
gem 'pry-rails', '~> 0.3.9'
gem 'puma', '~> 3.12'
gem 'rack-cors', require: 'rack/cors'
gem 'resque', '~> 2.0.0'
Expand All @@ -13,16 +15,4 @@ gem 'will_paginate', '~> 3.1'
group :development do
gem 'annotate', '~> 2.7'
gem 'listen', '~> 3.1'
end

group :test do
gem 'database_cleaner', '~> 1.5'
gem 'codeclimate-test-reporter', '~> 0.6.0'
gem 'shoulda-matchers', '~> 3.1'
end

group :development, :test do
gem 'factory_girl_rails', '~> 4.7'
gem 'pry-byebug', '~> 3.4'
gem 'rspec-rails', '~> 3.5'
end
end
43 changes: 3 additions & 40 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,30 +51,19 @@ GEM
byebug (11.0.1)
case_transform (0.2)
activesupport
codeclimate-test-reporter (0.6.0)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crass (1.0.5)
database_cleaner (1.7.0)
diff-lcs (1.3)
docile (1.3.2)
enumerations (2.3.2)
activerecord
activesupport
i18n
erubis (2.7.0)
factory_girl (4.9.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.9.0)
factory_girl (~> 4.9.0)
railties (>= 3.0.0)
ffi (1.11.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
json (2.2.0)
jsonapi-renderer (0.2.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -102,6 +91,8 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (3.12.2)
rack (2.0.8)
rack-cors (1.1.0)
Expand Down Expand Up @@ -146,31 +137,7 @@ GEM
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
rspec-core (3.8.1)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
ruby_dep (1.5.0)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
Expand Down Expand Up @@ -201,19 +168,15 @@ PLATFORMS
DEPENDENCIES
active_model_serializers (~> 0.10.2)
annotate (~> 2.7)
codeclimate-test-reporter (~> 0.6.0)
database_cleaner (~> 1.5)
enumerations (~> 2.1)
factory_girl_rails (~> 4.7)
listen (~> 3.1)
pg (~> 0.18)
pry-byebug (~> 3.4)
pry-rails (~> 0.3.9)
puma (~> 3.12)
rack-cors
rails (~> 5.0.0)
resque (~> 2.0.0)
rspec-rails (~> 3.5)
shoulda-matchers (~> 3.1)
will_paginate (~> 3.1)

BUNDLED WITH
Expand Down

0 comments on commit 230c7a7

Please sign in to comment.