Skip to content

Commit 50a175f

Browse files
committed
updated Gemfile to try to fix heroku errors
1 parent fcd68cd commit 50a175f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
source :rubygems
2-
gem 'sinatra', '1.3.2'
3-
gem 'sinatra-contrib', '1.3.1'
4-
gem 'sinatra-jsonp', '0.3.2'
5-
gem 'thin', '1.3.1'
1+
source https://rubygems.org
2+
gem 'sinatra', '1.4.3'
3+
gem 'sinatra-contrib', '1.4.1'
4+
gem 'sinatra-jsonp', '0.4.2'
5+
gem 'thin', '1.5.1'

0 commit comments

Comments
 (0)