Skip to content

Commit 607ca3e

Browse files
committed
Bump Ruby Version + silence Gem source warning
1 parent 37dc785 commit 607ca3e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.3.1'
3+
ruby '2.3.3'
44

55
gem 'rake', '~> 10.0.3'
66
gem 'sass', '~> 3.2.5'
@@ -17,7 +17,7 @@ gem 'pygments.rb'
1717

1818

1919
gem 'html5-boilerplate', :require => 'html5-boilerplate',
20-
:git => 'git://github.com/edenspiekermann/compass-html5-boilerplate.git',
20+
:git => 'https://github.com/edenspiekermann/compass-html5-boilerplate.git',
2121
:branch => 'padrino'
2222

2323
group :production do

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GIT
2-
remote: git://github.com/edenspiekermann/compass-html5-boilerplate.git
2+
remote: https://github.com/edenspiekermann/compass-html5-boilerplate.git
33
revision: e415a36afe3d5240a46d48d0c7529b92b54d09bf
44
branch: padrino
55
specs:
@@ -138,5 +138,8 @@ DEPENDENCIES
138138
sitemap_generator
139139
zurb-foundation (~> 4.0.5)
140140

141+
RUBY VERSION
142+
ruby 2.3.3p222
143+
141144
BUNDLED WITH
142-
1.11.2
145+
1.14.6

0 commit comments

Comments
 (0)