Skip to content

Commit b104c6e

Browse files
committed
Update kracken gem for itself
Bundler couldn't find the old version of this gem, because the version was updated. Version.
1 parent b37055a commit b104c6e

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

Gemfile.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
kracken (0.1.0)
4+
kracken (0.0.10)
55
faraday (~> 0.8)
66
omniauth (~> 1.0)
77
omniauth-oauth2 (~> 1.1)
@@ -10,43 +10,43 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actionmailer (4.2.1)
14-
actionpack (= 4.2.1)
15-
actionview (= 4.2.1)
16-
activejob (= 4.2.1)
13+
actionmailer (4.2.3)
14+
actionpack (= 4.2.3)
15+
actionview (= 4.2.3)
16+
activejob (= 4.2.3)
1717
mail (~> 2.5, >= 2.5.4)
1818
rails-dom-testing (~> 1.0, >= 1.0.5)
19-
actionpack (4.2.1)
20-
actionview (= 4.2.1)
21-
activesupport (= 4.2.1)
19+
actionpack (4.2.3)
20+
actionview (= 4.2.3)
21+
activesupport (= 4.2.3)
2222
rack (~> 1.6)
2323
rack-test (~> 0.6.2)
2424
rails-dom-testing (~> 1.0, >= 1.0.5)
25-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
26-
actionview (4.2.1)
27-
activesupport (= 4.2.1)
25+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
26+
actionview (4.2.3)
27+
activesupport (= 4.2.3)
2828
builder (~> 3.1)
2929
erubis (~> 2.7.0)
3030
rails-dom-testing (~> 1.0, >= 1.0.5)
31-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
32-
activejob (4.2.1)
33-
activesupport (= 4.2.1)
31+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
32+
activejob (4.2.3)
33+
activesupport (= 4.2.3)
3434
globalid (>= 0.3.0)
35-
activemodel (4.2.1)
36-
activesupport (= 4.2.1)
35+
activemodel (4.2.3)
36+
activesupport (= 4.2.3)
3737
builder (~> 3.1)
38-
activerecord (4.2.1)
39-
activemodel (= 4.2.1)
40-
activesupport (= 4.2.1)
38+
activerecord (4.2.3)
39+
activemodel (= 4.2.3)
40+
activesupport (= 4.2.3)
4141
arel (~> 6.0)
42-
activesupport (4.2.1)
42+
activesupport (4.2.3)
4343
i18n (~> 0.7)
4444
json (~> 1.7, >= 1.7.7)
4545
minitest (~> 5.1)
4646
thread_safe (~> 0.3, >= 0.3.4)
4747
tzinfo (~> 1.1)
48-
addressable (2.3.7)
49-
arel (6.0.0)
48+
addressable (2.3.8)
49+
arel (6.0.2)
5050
builder (3.2.2)
5151
coderay (1.1.0)
5252
crack (0.4.2)
@@ -59,16 +59,16 @@ GEM
5959
activesupport (>= 4.1.0)
6060
hashie (3.4.2)
6161
i18n (0.7.0)
62-
json (1.8.2)
62+
json (1.8.3)
6363
jwt (1.5.1)
64-
loofah (2.0.1)
64+
loofah (2.0.2)
6565
nokogiri (>= 1.5.9)
6666
mail (2.6.3)
6767
mime-types (>= 1.16, < 3)
6868
method_source (0.8.2)
6969
mime-types (2.6.1)
7070
mini_portile (0.6.2)
71-
minitest (5.5.1)
71+
minitest (5.7.0)
7272
multi_json (1.11.2)
7373
multi_xml (0.5.5)
7474
multipart-post (2.0.0)
@@ -92,19 +92,19 @@ GEM
9292
slop (~> 3.4)
9393
pry-nav (0.2.4)
9494
pry (>= 0.9.10, < 0.11.0)
95-
rack (1.6.0)
95+
rack (1.6.4)
9696
rack-test (0.6.3)
9797
rack (>= 1.0)
98-
rails (4.2.1)
99-
actionmailer (= 4.2.1)
100-
actionpack (= 4.2.1)
101-
actionview (= 4.2.1)
102-
activejob (= 4.2.1)
103-
activemodel (= 4.2.1)
104-
activerecord (= 4.2.1)
105-
activesupport (= 4.2.1)
98+
rails (4.2.3)
99+
actionmailer (= 4.2.3)
100+
actionpack (= 4.2.3)
101+
actionview (= 4.2.3)
102+
activejob (= 4.2.3)
103+
activemodel (= 4.2.3)
104+
activerecord (= 4.2.3)
105+
activesupport (= 4.2.3)
106106
bundler (>= 1.3.0, < 2.0)
107-
railties (= 4.2.1)
107+
railties (= 4.2.3)
108108
sprockets-rails
109109
rails-deprecated_sanitizer (1.0.3)
110110
activesupport (>= 4.2.0.alpha)
@@ -114,29 +114,29 @@ GEM
114114
rails-deprecated_sanitizer (>= 1.0.1)
115115
rails-html-sanitizer (1.0.2)
116116
loofah (~> 2.0)
117-
railties (4.2.1)
118-
actionpack (= 4.2.1)
119-
activesupport (= 4.2.1)
117+
railties (4.2.3)
118+
actionpack (= 4.2.3)
119+
activesupport (= 4.2.3)
120120
rake (>= 0.8.7)
121121
thor (>= 0.18.1, < 2.0)
122122
rake (10.4.2)
123-
rspec-core (3.2.2)
124-
rspec-support (~> 3.2.0)
125-
rspec-expectations (3.2.0)
123+
rspec-core (3.3.2)
124+
rspec-support (~> 3.3.0)
125+
rspec-expectations (3.3.1)
126126
diff-lcs (>= 1.2.0, < 2.0)
127-
rspec-support (~> 3.2.0)
128-
rspec-mocks (3.2.1)
127+
rspec-support (~> 3.3.0)
128+
rspec-mocks (3.3.2)
129129
diff-lcs (>= 1.2.0, < 2.0)
130-
rspec-support (~> 3.2.0)
131-
rspec-rails (3.2.1)
130+
rspec-support (~> 3.3.0)
131+
rspec-rails (3.3.3)
132132
actionpack (>= 3.0, < 4.3)
133133
activesupport (>= 3.0, < 4.3)
134134
railties (>= 3.0, < 4.3)
135-
rspec-core (~> 3.2.0)
136-
rspec-expectations (~> 3.2.0)
137-
rspec-mocks (~> 3.2.0)
138-
rspec-support (~> 3.2.0)
139-
rspec-support (3.2.2)
135+
rspec-core (~> 3.3.0)
136+
rspec-expectations (~> 3.3.0)
137+
rspec-mocks (~> 3.3.0)
138+
rspec-support (~> 3.3.0)
139+
rspec-support (3.3.0)
140140
safe_yaml (1.0.4)
141141
slop (3.6.0)
142142
sprockets (3.2.0)
@@ -149,7 +149,7 @@ GEM
149149
thread_safe (0.3.5)
150150
tzinfo (1.2.2)
151151
thread_safe (~> 0.1)
152-
webmock (1.20.4)
152+
webmock (1.21.0)
153153
addressable (>= 2.3.6)
154154
crack (>= 0.3.2)
155155

0 commit comments

Comments
 (0)