Skip to content

Commit cd31ef1

Browse files
committed
move up to latest ruby 2.4.1, json 2.1.0, and bundler 1.16.1
Signed-off-by: nickboldt <[email protected]>
1 parent 15f0417 commit cd31ef1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# older ruby versions have problems! Lets be specific. use 'rvm use 1.9.3@sites --create' to use specific ruby version
4-
ruby '2.2.1'
4+
ruby '2.4.1'
55
#gem 'awestruct', '0.5.5' # Framework for creating static HTML sites
66
#gem 'awestruct', :git => 'git://github.com/aslakknutsen/awestruct.git', :branch => 'lazy_gen'
77
#gem 'awestruct', :git => 'git://github.com/lightguard/awestruct.git', :branch => 'switch_from_rexml_to_oga'

Gemfile.lock

+7-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
http-cookie (1.0.2)
9696
domain_name (~> 0.5)
9797
http_parser.rb (0.6.0)
98-
json (1.8.2)
98+
json (2.1.0)
9999
kramdown (1.0.2)
100100
less (2.6.0)
101101
commonjs (~> 0.2.7)
@@ -179,3 +179,9 @@ DEPENDENCIES
179179
tilt
180180
uglifier (~> 2.0.1)
181181
version (= 1.0.0)
182+
183+
RUBY VERSION
184+
ruby 2.4.1p111
185+
186+
BUNDLED WITH
187+
1.16.1

0 commit comments

Comments
 (0)