We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e40ba commit b5903c7Copy full SHA for b5903c7
Gemfile
@@ -1,6 +1,6 @@
1
source "http://rubygems.org"
2
3
-gem 'rakeup', '~> 1.1.0'
+gem 'rakeup', '~> 1.2.0'
4
gem "bundler", "~> 1.6.1"
5
gem "sinatra", '~> 1.4.0'
6
gem "sinatra-contrib", '~> 1.4.0'
Gemfile.lock
@@ -49,10 +49,10 @@ GEM
49
rack
50
rack-test (0.6.2)
51
rack (>= 1.0)
52
- rake (10.1.0)
53
- rakeup (1.1.0)
+ rake (10.3.2)
+ rakeup (1.2.0)
54
rack (~> 1.5.0)
55
- rake (~> 10.1.0)
+ rake (~> 10.3.0)
56
sinatra (1.4.4)
57
rack (~> 1.4)
58
rack-protection (~> 1.4)
@@ -81,7 +81,7 @@ PLATFORMS
81
DEPENDENCIES
82
bundler (~> 1.6.1)
83
cocoapods (~> 0.33.1)
84
- rakeup (~> 1.1.0)
+ rakeup (~> 1.2.0)
85
sinatra (~> 1.4.0)
86
sinatra-contrib (~> 1.4.0)
87
thin (~> 1.5.0)
0 commit comments