File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
# 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'
5
5
#gem 'awestruct', '0.5.5' # Framework for creating static HTML sites
6
6
#gem 'awestruct', :git => 'git://github.com/aslakknutsen/awestruct.git', :branch => 'lazy_gen'
7
7
#gem 'awestruct', :git => 'git://github.com/lightguard/awestruct.git', :branch => 'switch_from_rexml_to_oga'
Original file line number Diff line number Diff line change 95
95
http-cookie (1.0.2 )
96
96
domain_name (~> 0.5 )
97
97
http_parser.rb (0.6.0 )
98
- json (1.8.2 )
98
+ json (2.1.0 )
99
99
kramdown (1.0.2 )
100
100
less (2.6.0 )
101
101
commonjs (~> 0.2.7 )
@@ -179,3 +179,9 @@ DEPENDENCIES
179
179
tilt
180
180
uglifier (~> 2.0.1 )
181
181
version (= 1.0.0 )
182
+
183
+ RUBY VERSION
184
+ ruby 2.4.1p111
185
+
186
+ BUNDLED WITH
187
+ 1.16.1
You can’t perform that action at this time.
0 commit comments