Skip to content

Commit 10ad79a

Browse files
committed
Bump Gem dependencies
1 parent beeaf9a commit 10ad79a

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
source "http://rubygems.org"
22

3-
gem "rake", "~> 0.9.0"
3+
gem "rake", "~> 10.0.0"
44
gem "bundler", "~> 1.3.0"
55
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
66
gem "thin", "~> 1.5.0"
77
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
88
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
99
gem 'debugger', '~> 1.3.0'
1010
gem 'faker', '1.1.2'
11-
gem 'cocoapods', '0.16.2'
11+
gem 'cocoapods', '0.16.4'

Gemfile.lock

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,25 @@ GIT
66

77
GIT
88
remote: git://github.com/rayh/xcoder.git
9-
revision: 72258d5f0db9f395125e12990f94af9a640ebd83
9+
revision: 2560155d7c817c2e2801e6fb8b75e6453a3e7106
1010
specs:
11-
xcoder (0.1.15)
11+
xcoder (0.1.17)
12+
aws-sdk
1213
builder
1314
colorize
14-
json
15+
multi_json
1516
nokogiri
1617
plist
1718
rest-client
1819

1920
GIT
2021
remote: git://github.com/sinatra/sinatra.git
21-
revision: 9984d0d2b3f1ea12273c6c25f8e102b2329f33e9
22+
revision: 54d6ba06cc76b3ddcadbb8ccfe090f134364fca3
2223
specs:
2324
sinatra (1.4.0)
24-
rack (~> 1.4)
25-
rack-protection (~> 1.3)
26-
tilt (~> 1.3, >= 1.3.3)
25+
rack (~> 1.5, >= 1.5.2)
26+
rack-protection (~> 1.4)
27+
tilt (~> 1.3, >= 1.3.4)
2728

2829
GEM
2930
remote: http://rubygems.org/
@@ -32,17 +33,21 @@ GEM
3233
i18n (~> 0.6)
3334
multi_json (~> 1.0)
3435
addressable (2.3.3)
35-
builder (3.1.4)
36-
cocoapods (0.16.2)
36+
aws-sdk (1.8.5)
37+
json (~> 1.4)
38+
nokogiri (>= 1.4.4)
39+
uuidtools (~> 2.1)
40+
builder (3.2.0)
41+
cocoapods (0.16.4)
3742
activesupport (~> 3.2.6)
3843
colored (~> 1.2)
3944
escape (~> 0.0.4)
4045
faraday (~> 0.8.1)
4146
json (~> 1.7.3)
4247
octokit (~> 1.7)
4348
open4 (~> 1.3.0)
44-
rake (~> 0.9.4)
45-
xcodeproj (~> 0.4.3)
49+
rake (~> 10.0.0)
50+
xcodeproj (~> 0.5.0)
4651
colored (1.2)
4752
colorize (0.5.8)
4853
columnize (0.3.6)
@@ -55,7 +60,7 @@ GEM
5560
debugger-ruby_core_source (>= 1.1.1)
5661
debugger-ruby_core_source (1.2.0)
5762
escape (0.0.4)
58-
eventmachine (1.0.0)
63+
eventmachine (1.0.3)
5964
faker (1.1.2)
6065
i18n (~> 0.5)
6166
faraday (0.8.6)
@@ -79,18 +84,19 @@ GEM
7984
netrc (~> 0.7.7)
8085
open4 (1.3.0)
8186
plist (3.1.0)
82-
rack (1.4.3)
83-
rack-protection (1.3.2)
87+
rack (1.5.2)
88+
rack-protection (1.5.0)
8489
rack
85-
rake (0.9.6)
90+
rake (10.0.3)
8691
rest-client (1.6.7)
8792
mime-types (>= 1.16)
8893
thin (1.5.0)
8994
daemons (>= 1.0.9)
9095
eventmachine (>= 0.12.6)
9196
rack (>= 1.0.0)
92-
tilt (1.3.3)
93-
xcodeproj (0.4.3)
97+
tilt (1.3.5)
98+
uuidtools (2.1.3)
99+
xcodeproj (0.5.2)
94100
activesupport (~> 3.2.6)
95101
colored (~> 1.2)
96102

@@ -99,10 +105,10 @@ PLATFORMS
99105

100106
DEPENDENCIES
101107
bundler (~> 1.3.0)
102-
cocoapods (= 0.16.2)
108+
cocoapods (= 0.16.4)
103109
debugger (~> 1.3.0)
104110
faker (= 1.1.2)
105-
rake (~> 0.9.0)
111+
rake (~> 10.0.0)
106112
restkit!
107113
sinatra!
108114
thin (~> 1.5.0)

0 commit comments

Comments
 (0)