forked from northworld/google_calendar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
77 lines (73 loc) · 1.54 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
PATH
remote: .
specs:
google_calendar (0.5)
TimezoneParser (~> 0.2.0)
json (~> 1.8)
signet (~> 0.6)
GEM
remote: http://rubygems.org/
specs:
TimezoneParser (0.2.0)
insensitive_hash
tzinfo
addressable (2.3.8)
ansi (1.5.0)
builder (3.2.2)
codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0)
docile (1.1.5)
extlib (0.9.16)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
insensitive_hash (0.3.3)
json (1.8.2)
jwt (1.5.1)
metaclass (0.0.4)
minitest (5.6.1)
minitest-reporters (1.0.16)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.11.2)
multipart-post (2.0.0)
rake (10.4.2)
rb-fsevent (0.9.5)
rdoc (4.2.0)
json (~> 1.4)
ruby-progressbar (1.7.5)
shoulda-context (1.2.1)
signet (0.6.1)
addressable (~> 2.3)
extlib (~> 0.9)
faraday (~> 0.9)
jwt (~> 1.5)
multi_json (~> 1.10)
simplecov (0.10.0)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
terminal-notifier-guard (1.6.4)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
bundler (>= 1.2)
codeclimate-test-reporter
google_calendar!
minitest (~> 5.1)
minitest-reporters (~> 1.0)
mocha (~> 1.1)
rake (~> 10)
rb-fsevent (~> 0.9)
rdoc (~> 4.1)
shoulda-context (~> 1.2)
terminal-notifier-guard (~> 1.6)
BUNDLED WITH
1.10.5