From 3d12fbb73c50b597d8f033b954ea1d04d2705d07 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 12:13:00 +0000 Subject: [PATCH] Update pry requirement from ~> 0.11.3 to ~> 0.14.0 Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version. - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](https://github.com/pry/pry/commits) Signed-off-by: dependabot-preview[bot] --- omniauth-census.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-census.gemspec b/omniauth-census.gemspec index 4b0b571..f12c020 100644 --- a/omniauth-census.gemspec +++ b/omniauth-census.gemspec @@ -33,6 +33,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake", "~> 12.3" spec.add_development_dependency "rspec", "~> 3.0" - spec.add_development_dependency "pry", "~> 0.11.3" + spec.add_development_dependency "pry", "~> 0.14.0" spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.2' end