Commits on Source (3)
-
dependabot-preview[bot] authored
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.7.0...v3.8.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.17.1 to 0.18.1. - [Release notes](https://github.com/colszowka/simplecov/releases) - [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md) - [Commits](https://github.com/colszowka/simplecov/compare/v0.17.1...v0.18.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.30.0 to 3.31.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.30.0...3.31.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
... | ... | @@ -108,7 +108,7 @@ group :development, :test do |
gem 'fabrication', '~> 2.21' | ||
gem 'fuubar', '~> 2.5' | ||
gem 'i18n-tasks', '~> 0.9', require: false | ||
gem 'pry-byebug', '~> 3.7' | ||
gem 'pry-byebug', '~> 3.8' | ||
gem 'pry-rails', '~> 0.3' | ||
gem 'rspec-rails', '~> 3.9' | ||
end | ||
... | ... | @@ -118,13 +118,13 @@ group :production, :test do |
end | ||
group :test do | ||
gem 'capybara', '~> 3.30' | ||
gem 'capybara', '~> 3.31' | ||
gem 'climate_control', '~> 0.2' | ||
gem 'faker', '~> 2.10' | ||
gem 'microformats', '~> 4.2' | ||
gem 'rails-controller-testing', '~> 1.0' | ||
gem 'rspec-sidekiq', '~> 3.0' | ||
gem 'simplecov', '~> 0.17', require: false | ||
gem 'simplecov', '~> 0.18', require: false | ||
gem 'webmock', '~> 3.8' | ||
gem 'parallel_tests', '~> 2.30' | ||
end | ||
... | ... |