From 5aed35fe8d4fee91bd77dde82fb5e0ce3804e6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20P=C3=A9rez?= Date: Sat, 5 Feb 2022 13:09:10 +0100 Subject: [PATCH] Clean up gemfiles --- Gemfile | 2 +- rack-protection/rack-protection.gemspec | 2 +- sinatra-contrib/Gemfile | 5 +---- sinatra-contrib/sinatra-contrib.gemspec | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 7701686a..3f6b09f1 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ # If you have issues with a gem: `bundle install --without-coffee-script`. RUBY_ENGINE = 'ruby' unless defined? RUBY_ENGINE -source 'https://rubygems.org' unless ENV['QUICK'] +source 'https://rubygems.org' gemspec gem 'rake' diff --git a/rack-protection/rack-protection.gemspec b/rack-protection/rack-protection.gemspec index 8970546c..f6b34dbf 100644 --- a/rack-protection/rack-protection.gemspec +++ b/rack-protection/rack-protection.gemspec @@ -36,5 +36,5 @@ EOF # dependencies s.add_dependency "rack" s.add_development_dependency "rack-test" - s.add_development_dependency "rspec", "~> 3.6" + s.add_development_dependency "rspec", "~> 3" end diff --git a/sinatra-contrib/Gemfile b/sinatra-contrib/Gemfile index ee36a106..ced1ed7d 100644 --- a/sinatra-contrib/Gemfile +++ b/sinatra-contrib/Gemfile @@ -1,4 +1,4 @@ -source "https://rubygems.org" unless ENV['QUICK'] +source "https://rubygems.org" gemspec gem 'sinatra', path: '..' @@ -9,9 +9,6 @@ group :development, :test do platform :jruby do gem 'json' gem 'rdoc' - end - - platform :jruby do gem 'therubyrhino' end diff --git a/sinatra-contrib/sinatra-contrib.gemspec b/sinatra-contrib/sinatra-contrib.gemspec index ba3e121a..9c3909c7 100644 --- a/sinatra-contrib/sinatra-contrib.gemspec +++ b/sinatra-contrib/sinatra-contrib.gemspec @@ -42,7 +42,7 @@ EOF s.add_dependency "rack-protection", version s.add_dependency "multi_json" - s.add_development_dependency "rspec", "~> 3.4" + s.add_development_dependency "rspec", "~> 3" s.add_development_dependency "haml" s.add_development_dependency "erubi" s.add_development_dependency "erubis"