Skip to content

Commit 3533126

Browse files
author
Tim Morgan
committed
Bump versions
1 parent 791bb5d commit 3533126

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.0.0
1+
ruby-2.3.0

Gemfile.lock

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (4.2.5)
5-
actionview (= 4.2.5)
6-
activesupport (= 4.2.5)
4+
actionpack (4.2.5.1)
5+
actionview (= 4.2.5.1)
6+
activesupport (= 4.2.5.1)
77
rack (~> 1.6)
88
rack-test (~> 0.6.2)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
1010
rails-html-sanitizer (~> 1.0, >= 1.0.2)
11-
actionview (4.2.5)
12-
activesupport (= 4.2.5)
11+
actionview (4.2.5.1)
12+
activesupport (= 4.2.5.1)
1313
builder (~> 3.1)
1414
erubis (~> 2.7.0)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
activesupport (4.2.5)
17+
activesupport (4.2.5.1)
1818
i18n (~> 0.7)
1919
json (~> 1.7, >= 1.7.7)
2020
minitest (~> 5.1)
@@ -29,13 +29,12 @@ GEM
2929
faraday (0.9.2)
3030
multipart-post (>= 1.2, < 3)
3131
git (1.2.9.1)
32-
github_api (0.13.0)
33-
addressable (~> 2.3)
32+
github_api (0.13.1)
33+
addressable (~> 2.4.0)
3434
descendants_tracker (~> 0.0.4)
3535
faraday (~> 0.8, < 0.10)
3636
hashie (>= 3.4)
3737
multi_json (>= 1.7.5, < 2.0)
38-
nokogiri (~> 1.6.6)
3938
oauth2
4039
hashie (3.4.3)
4140
highline (1.7.8)
@@ -54,11 +53,11 @@ GEM
5453
loofah (2.0.3)
5554
nokogiri (>= 1.5.9)
5655
mini_portile2 (2.0.0)
57-
minitest (5.8.3)
56+
minitest (5.8.4)
5857
multi_json (1.11.2)
5958
multi_xml (0.5.5)
6059
multipart-post (2.0.0)
61-
nokogiri (1.6.7)
60+
nokogiri (1.6.7.2)
6261
mini_portile2 (~> 2.0.0.rc2)
6362
oauth2 (1.0.0)
6463
faraday (>= 0.8, < 0.10)
@@ -75,19 +74,18 @@ GEM
7574
activesupport (>= 4.2.0.beta, < 5.0)
7675
nokogiri (~> 1.6.0)
7776
rails-deprecated_sanitizer (>= 1.0.1)
78-
rails-html-sanitizer (1.0.2)
77+
rails-html-sanitizer (1.0.3)
7978
loofah (~> 2.0)
80-
railties (4.2.5)
81-
actionpack (= 4.2.5)
82-
activesupport (= 4.2.5)
79+
railties (4.2.5.1)
80+
actionpack (= 4.2.5.1)
81+
activesupport (= 4.2.5.1)
8382
rake (>= 0.8.7)
8483
thor (>= 0.18.1, < 2.0)
85-
rake (10.4.2)
86-
rdoc (4.2.0)
87-
json (~> 1.4)
88-
redcarpet (3.3.3)
84+
rake (10.5.0)
85+
rdoc (4.2.1)
86+
redcarpet (3.3.4)
8987
sourcemap (0.1.1)
90-
sprockets (3.5.1)
88+
sprockets (3.5.2)
9189
concurrent-ruby (~> 1.0)
9290
rack (> 1, < 3)
9391
squash_uploader (1.0.1)
@@ -112,4 +110,4 @@ DEPENDENCIES
112110
yard
113111

114112
BUNDLED WITH
115-
1.10.6
113+
1.11.2

0 commit comments

Comments
 (0)