aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index f3789542..a11c24f2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,4 +15,4 @@ group :development do
gem 'liquid', '~> 2.3.0'
end
-gem 'sinatra', '~> 1.3.3'
+gem 'sinatra', '~> 1.3.5'
diff --git a/Gemfile.lock b/Gemfile.lock
index c235b2cb..d5bc6224 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -28,7 +28,7 @@ GEM
pygments.rb (0.3.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
- rack (1.4.1)
+ rack (1.4.5)
rack-protection (1.3.2)
rack
rake (0.9.2.2)
@@ -36,9 +36,9 @@ GEM
rdiscount (1.6.8)
rubypants (0.2.0)
sass (3.1.20)
- sinatra (1.3.3)
- rack (~> 1.3, >= 1.3.6)
- rack-protection (~> 1.2)
+ sinatra (1.3.5)
+ rack (~> 1.4)
+ rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
stringex (1.4.0)
syntax (1.0.0)
@@ -60,5 +60,5 @@ DEPENDENCIES
rb-fsevent (~> 0.9)
rdiscount (~> 1.6.8)
rubypants (~> 0.2.0)
- sinatra (~> 1.3.3)
+ sinatra (~> 1.3.5)
stringex (~> 1.4.0)