We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226803c commit ed398e1Copy full SHA for ed398e1
2 files changed
Appraisals
@@ -4,5 +4,5 @@ end
4
5
appraise "5.0" do
6
gem "rails", "~> 5.0"
7
- gem "sinatra", github: "sinatra/sinatra"
+ gem "sinatra", git: "https://github.com/sinatra/sinatra"
8
end
gemfiles/5.0.gemfile
@@ -5,6 +5,6 @@ source "https://rubygems.org"
gem "appraisal"
gem "codeclimate-test-reporter"
-gem "sinatra", :github => "sinatra/sinatra"
+gem "sinatra", :git => "https://github.com/sinatra/sinatra"
9
10
gemspec :path => "../"
0 commit comments