Skip to content

Commit

Permalink
Merge pull request #16 from DannyBen/sinatra-update
Browse files Browse the repository at this point in the history
Update sinatra to 2.0.5
  • Loading branch information
DannyBen committed Jan 4, 2019
2 parents 01a5afe + 8212ec1 commit 542aaac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 0 additions & 3 deletions Gemfile
@@ -1,16 +1,13 @@
source "https://rubygems.org"

gem 'byebug'
gem 'github_changelog_generator'
gem 'lp'
gem 'rack-test'
gem 'rdoc'
gem 'rspec'
gem 'rspec-html-matchers'
gem 'rspec_fixtures'
gem 'runfile'
gem 'runfile-tasks'
gem 'simplecov'
gem 'yard'

gemspec
6 changes: 0 additions & 6 deletions Runfile
Expand Up @@ -9,7 +9,6 @@ version Madman::VERSION

RunfileTasks::RubyGems.all 'madman'
RunfileTasks::Testing.rspec
RunfileTasks::Docs.rdoc

usage_commands = {
'usage' => 'madman',
Expand All @@ -25,11 +24,6 @@ usage_commands = {
'readme-help' => 'madman readme --help',
}

help "Run YARD server"
action :yard do
run "yard server -p3000 -B0.0.0.0 -r"
end

help "Run interactive console"
action :console, :c do
run "bundle exec bin/console"
Expand Down
6 changes: 2 additions & 4 deletions madman.gemspec
Expand Up @@ -17,14 +17,12 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.required_ruby_version = ">= 2.4.0"

# we are locking sinatra to 2.0.3 due to this issue:
# https://github.com/sinatra/sinatra/issues/1476
s.add_runtime_dependency 'sinatra', '2.0.3'
s.add_runtime_dependency 'sinatra', '~> 2.0.5'
s.add_runtime_dependency 'requires', '~> 0.1'
s.add_runtime_dependency 'commonmarker', '~> 0.17'
s.add_runtime_dependency 'mister_bin', '~> 0.6'
s.add_runtime_dependency 'puma', '~> 3.11'
s.add_runtime_dependency 'sinatra-contrib', '~> 2.0'
s.add_runtime_dependency 'sinatra-contrib', '~> 2.0.5'
s.add_runtime_dependency 'slim', '~> 4.0'
s.add_runtime_dependency 'colsole', '~> 0.5'
s.add_runtime_dependency 'string-direction', '~> 1.2'
Expand Down

0 comments on commit 542aaac

Please sign in to comment.