File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,3 +6,8 @@ appraise "5.0" do
66 gem "rails" , "~> 5.0"
77 gem "sinatra" , git : "https://github.com/sinatra/sinatra"
88end
9+
10+ appraise "5.1" do
11+ gem "rails" , "~> 5.1"
12+ gem "sinatra" , git : "https://github.com/sinatra/sinatra"
13+ end
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ gem "appraisal"
66gem "codeclimate-test-reporter"
77gem "rails", "~> 4.2"
88
9- gemspec : path => "../"
9+ gemspec path: "../"
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ source "https://rubygems.org"
55gem "appraisal"
66gem "codeclimate-test-reporter"
77gem "rails", "~> 5.0"
8- gem "sinatra", : git => "https://github.com/sinatra/sinatra"
8+ gem "sinatra", git: "https://github.com/sinatra/sinatra"
99
10- gemspec : path => "../"
10+ gemspec path: "../"
Original file line number Diff line number Diff line change 1+ # This file was generated by Appraisal
2+
3+ source "https://rubygems.org"
4+
5+ gem "appraisal"
6+ gem "codeclimate-test-reporter"
7+ gem "rails", "~> 5.1"
8+ gem "sinatra", git: "https://github.com/sinatra/sinatra"
9+
10+ gemspec path: "../"
You can’t perform that action at this time.
0 commit comments