Skip to content

Commit

Permalink
Remove unnecessary gem
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshak55 committed Oct 21, 2017
1 parent 3d571ca commit 63f5311
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '2.4.1'

ruby '2.4.1'

gem 'rails', '~> 5.0.1'
gem 'puma', '~> 3.0'
gem 'sass-rails', '~> 5.0'
Expand All @@ -23,29 +23,28 @@ group :development do
gem 'meta_request'
gem 'web-console'
gem "awesome_print", require:"ap"
gem 'rack-mini-profiler', '~> 0.10.1'
end

group :development, :test do
gem 'rspec-rails', '~> 3.6'
gem 'bullet', '~> 5.6'
gem 'bundler-audit', '~> 0.6', require: false
end

group :test do
gem 'rubocop', '~> 0.49', require: false
gem 'rubocop-rspec', '~> 1.12', require: false
gem 'brakeman', '~> 3.5', require: false
gem 'metric_fu', '~> 4.12.0', require: false

gem 'fuubar', '~> 2.2.0'
gem 'database_cleaner', '~> 1.6'
gem 'factory_girl_rails', '~> 4.6'
gem 'faker', '~> 1.7'
gem 'shoulda', '~> 3.5.0'
gem 'simplecov', '~> 0.14', require: false
end


group :development, :test do
gem 'rspec-rails', '~> 3.6'
gem 'bullet', '~> 5.6'
gem 'bundler-audit', '~> 0.6', require: false
end

group :test do
gem 'rubocop', '~> 0.49', require: false
gem 'rubocop-rspec', '~> 1.12', require: false
gem 'brakeman', '~> 3.5', require: false
gem 'metric_fu', '~> 4.12.0', require: false

gem 'fuubar', '~> 2.2.0'
gem 'database_cleaner', '~> 1.6'
gem 'factory_girl_rails', '~> 4.6'
gem 'faker', '~> 1.7'
gem 'shoulda', '~> 3.5.0'
gem 'simplecov', '~> 0.14', require: false
end

group :production do
gem 'mysql2', '~> 0.4.5'
end
Expand All @@ -61,4 +60,4 @@ gem 'kaminari'
gem 'rails_admin'

gem 'remotipart', '~> 1.2'
gem 'sidekiq'
gem 'sidekiq'
Binary file modified screenshots/registration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63f5311

Please sign in to comment.