File tree 2 files changed +29
-30
lines changed
2 files changed +29
-30
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source "https://rubygems.org"
2
2
3
3
group :development do
4
4
gem "shoulda" , "~> 2.11.3"
5
- gem "jeweler" , "~> 2.1.1 "
5
+ gem "jeweler" , "< 2.3.7 "
6
6
# Because of a dependency chain jeweler->github_api->oauth2->rack,
7
7
# pin the version: Rack 2.0.x doesn't work on < Ruby 2.2
8
8
gem 'rack' , '< 2.0'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
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 )
6
7
descendants_tracker (0.0.4 )
7
8
thread_safe (~> 0.3 , >= 0.3.1 )
8
9
faraday (0.9.2 )
9
10
multipart-post (>= 1.2 , < 3 )
10
11
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 )
14
15
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 )
18
21
highline (1.7.8 )
19
- jeweler (2.1.1 )
22
+ jeweler (2.1.2 )
20
23
builder
21
24
bundler (>= 1.0 )
22
25
git (>= 1.2.5 )
23
- github_api
26
+ github_api ( ~> 0.11.0 )
24
27
highline (>= 1.6.15 )
25
28
nokogiri (>= 1.5.10 )
26
29
rake
27
30
rdoc
28
31
semver
29
- json (1.8.6 )
30
- json (1.8.6-java )
31
- jwt (1.5.4 )
32
+ jwt (1.5.6 )
32
33
metaclass (0.0.4 )
33
34
mini_portile2 (2.1.0 )
34
35
mocha (1.1.0 )
35
36
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 )
38
39
multipart-post (2.0.0 )
39
- nokogiri (1.6.8 )
40
+ nokogiri (1.6.8.1 )
40
41
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 )
45
45
jwt (~> 1.0 )
46
46
multi_json (~> 1.3 )
47
47
multi_xml (~> 0.5 )
48
48
rack (>= 1.2 , < 3 )
49
- pkg-config (1.1.7 )
50
49
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 )
55
54
semver (1.0.1 )
56
55
shoulda (2.11.3 )
57
56
test-unit (3.2.1 )
58
57
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 )
61
60
62
61
PLATFORMS
63
62
java
64
63
ruby
65
64
66
65
DEPENDENCIES
67
- jeweler (~> 2.1.1 )
66
+ jeweler (< 2.3.7 )
68
67
mocha (~> 1.1.0 )
69
68
rack (< 2.0 )
70
69
shoulda (~> 2.11.3 )
71
70
test-unit (~> 3.2.0 )
72
71
73
72
BUNDLED WITH
74
- 1.14.6
73
+ 1.15.4
You can’t perform that action at this time.
0 commit comments