diff --git a/Gemfile b/Gemfile index 2291faa..22c1d3d 100644 --- a/Gemfile +++ b/Gemfile @@ -35,4 +35,4 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? gem "webrick", "~> 1.8" -gem "rexml", "~> 3.2" +gem "rexml", "~> 3.3" diff --git a/Gemfile.lock b/Gemfile.lock index b3611d6..5d45e04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.3.2) + strscan rouge (3.30.0) safe_yaml (1.0.5) sass (3.7.4) @@ -61,6 +62,7 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) + strscan (3.1.0) thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) @@ -77,7 +79,7 @@ DEPENDENCIES jekyll-feed (~> 0.6) jekyll-redirect-from (~> 0.15) minima (~> 2.0) - rexml (~> 3.2) + rexml (~> 3.3) tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.0)