Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ end

group :development, :test do
# automatically include factories from spec/factories
gem 'factory_bot_rails'
gem 'factory_bot_rails', '>= 6.2.0'
# Make rspec output shorter and more useful
gem 'fivemat'
# running documentation generation tasks and rspec tasks
gem 'rake'
# Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the
# environment is development
gem 'rspec-rails'
gem 'rspec-rails', '>= 5.0.2'
gem 'rspec-rerun'
gem 'rubocop'
end
Expand Down