Skip to content

Commit c8a3678

Browse files
committed
Update jeweler for next release
1 parent aaeefc3 commit c8a3678

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
group :development do
44
gem "shoulda", "~> 2.11.3"
5-
gem "jeweler", "~> 2.1.1"
5+
gem "jeweler", "< 2.3.7"
66
# Because of a dependency chain jeweler->github_api->oauth2->rack,
77
# pin the version: Rack 2.0.x doesn't work on < Ruby 2.2
88
gem 'rack', '< 2.0'

Gemfile.lock

+28-29
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.4.0)
5-
builder (3.2.2)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
builder (3.2.3)
67
descendants_tracker (0.0.4)
78
thread_safe (~> 0.3, >= 0.3.1)
89
faraday (0.9.2)
910
multipart-post (>= 1.2, < 3)
1011
git (1.3.0)
11-
github_api (0.14.5)
12-
addressable (~> 2.4.0)
13-
descendants_tracker (~> 0.0.4)
12+
github_api (0.11.3)
13+
addressable (~> 2.3)
14+
descendants_tracker (~> 0.0.1)
1415
faraday (~> 0.8, < 0.10)
15-
hashie (>= 3.4)
16-
oauth2 (~> 1.0)
17-
hashie (3.4.4)
16+
hashie (>= 1.2)
17+
multi_json (>= 1.7.5, < 2.0)
18+
nokogiri (~> 1.6.0)
19+
oauth2
20+
hashie (3.5.6)
1821
highline (1.7.8)
19-
jeweler (2.1.1)
22+
jeweler (2.1.2)
2023
builder
2124
bundler (>= 1.0)
2225
git (>= 1.2.5)
23-
github_api
26+
github_api (~> 0.11.0)
2427
highline (>= 1.6.15)
2528
nokogiri (>= 1.5.10)
2629
rake
2730
rdoc
2831
semver
29-
json (1.8.6)
30-
json (1.8.6-java)
31-
jwt (1.5.4)
32+
jwt (1.5.6)
3233
metaclass (0.0.4)
3334
mini_portile2 (2.1.0)
3435
mocha (1.1.0)
3536
metaclass (~> 0.0.1)
36-
multi_json (1.12.1)
37-
multi_xml (0.5.5)
37+
multi_json (1.12.2)
38+
multi_xml (0.6.0)
3839
multipart-post (2.0.0)
39-
nokogiri (1.6.8)
40+
nokogiri (1.6.8.1)
4041
mini_portile2 (~> 2.1.0)
41-
pkg-config (~> 1.1.7)
42-
nokogiri (1.6.8-java)
43-
oauth2 (1.2.0)
44-
faraday (>= 0.8, < 0.10)
42+
nokogiri (1.6.8.1-java)
43+
oauth2 (1.4.0)
44+
faraday (>= 0.8, < 0.13)
4545
jwt (~> 1.0)
4646
multi_json (~> 1.3)
4747
multi_xml (~> 0.5)
4848
rack (>= 1.2, < 3)
49-
pkg-config (1.1.7)
5049
power_assert (0.3.0)
51-
rack (1.6.4)
52-
rake (11.2.2)
53-
rdoc (4.2.2)
54-
json (~> 1.4)
50+
public_suffix (3.0.0)
51+
rack (1.6.8)
52+
rake (12.1.0)
53+
rdoc (5.1.0)
5554
semver (1.0.1)
5655
shoulda (2.11.3)
5756
test-unit (3.2.1)
5857
power_assert
59-
thread_safe (0.3.5)
60-
thread_safe (0.3.5-java)
58+
thread_safe (0.3.6)
59+
thread_safe (0.3.6-java)
6160

6261
PLATFORMS
6362
java
6463
ruby
6564

6665
DEPENDENCIES
67-
jeweler (~> 2.1.1)
66+
jeweler (< 2.3.7)
6867
mocha (~> 1.1.0)
6968
rack (< 2.0)
7069
shoulda (~> 2.11.3)
7170
test-unit (~> 3.2.0)
7271

7372
BUNDLED WITH
74-
1.14.6
73+
1.15.4

0 commit comments

Comments
 (0)