Skip to content

Commit 5a26d02

Browse files
committed
Allow newer ruby
1 parent 3f7859d commit 5a26d02

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'http://rubygems.org'
2-
3-
ruby '1.9.3'
1+
source 'https://rubygems.org'
42

53
gem 'sinatra'

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
rack (1.5.2)
55
rack-protection (1.5.3)
@@ -15,3 +15,6 @@ PLATFORMS
1515

1616
DEPENDENCIES
1717
sinatra
18+
19+
BUNDLED WITH
20+
1.14.6

0 commit comments

Comments
 (0)