Clean up gemfiles

This commit is contained in:
Eloy Pérez 2022-02-05 13:09:10 +01:00
parent 2c9be5df00
commit 5aed35fe8d
4 changed files with 4 additions and 7 deletions

View File

@ -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'

View File

@ -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

View File

@ -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

View File

@ -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"