mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Clean up gemfiles
This commit is contained in:
parent
2c9be5df00
commit
5aed35fe8d
4 changed files with 4 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@
|
||||||
# If you have issues with a gem: `bundle install --without-coffee-script`.
|
# If you have issues with a gem: `bundle install --without-coffee-script`.
|
||||||
|
|
||||||
RUBY_ENGINE = 'ruby' unless defined? RUBY_ENGINE
|
RUBY_ENGINE = 'ruby' unless defined? RUBY_ENGINE
|
||||||
source 'https://rubygems.org' unless ENV['QUICK']
|
source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
|
|
@ -36,5 +36,5 @@ EOF
|
||||||
# dependencies
|
# dependencies
|
||||||
s.add_dependency "rack"
|
s.add_dependency "rack"
|
||||||
s.add_development_dependency "rack-test"
|
s.add_development_dependency "rack-test"
|
||||||
s.add_development_dependency "rspec", "~> 3.6"
|
s.add_development_dependency "rspec", "~> 3"
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
source "https://rubygems.org" unless ENV['QUICK']
|
source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'sinatra', path: '..'
|
gem 'sinatra', path: '..'
|
||||||
|
@ -9,9 +9,6 @@ group :development, :test do
|
||||||
platform :jruby do
|
platform :jruby do
|
||||||
gem 'json'
|
gem 'json'
|
||||||
gem 'rdoc'
|
gem 'rdoc'
|
||||||
end
|
|
||||||
|
|
||||||
platform :jruby do
|
|
||||||
gem 'therubyrhino'
|
gem 'therubyrhino'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ EOF
|
||||||
s.add_dependency "rack-protection", version
|
s.add_dependency "rack-protection", version
|
||||||
s.add_dependency "multi_json"
|
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 "haml"
|
||||||
s.add_development_dependency "erubi"
|
s.add_development_dependency "erubi"
|
||||||
s.add_development_dependency "erubis"
|
s.add_development_dependency "erubis"
|
||||||
|
|
Loading…
Reference in a new issue