forked from northworld/google_calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
78 lines (74 loc) · 1.58 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
78
PATH
remote: .
specs:
google_calendar (0.6.2)
TimezoneParser (~> 0.2.0)
json (>= 1.8.3)
signet (~> 0.7)
GEM
remote: https://rubygems.org/
specs:
TimezoneParser (0.2.0)
insensitive_hash
tzinfo
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ansi (1.5.0)
builder (3.2.3)
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
docile (1.1.5)
dotenv (2.2.1)
faraday (0.12.1)
multipart-post (>= 1.2, < 3)
insensitive_hash (0.3.3)
json (2.1.0)
jwt (1.5.6)
metaclass (0.0.4)
minitest (5.10.1)
minitest-reporters (1.1.14)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mocha (1.2.1)
metaclass (~> 0.0.1)
multi_json (1.12.1)
multipart-post (2.0.0)
public_suffix (2.0.5)
rake (12.0.0)
rb-fsevent (0.9.8)
rdoc (5.1.0)
ruby-progressbar (1.8.1)
shoulda-context (1.2.2)
signet (0.7.3)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (~> 1.5)
multi_json (~> 1.10)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
terminal-notifier-guard (1.7.0)
thread_safe (0.3.6)
tzinfo (1.2.3)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
bundler (>= 1.2)
codeclimate-test-reporter
dotenv (~> 2.1)
google_calendar!
minitest (~> 5.1)
minitest-reporters (~> 1.0)
mocha (~> 1.1)
rake (>= 11)
rb-fsevent (~> 0.9)
rdoc (>= 4.1)
shoulda-context (~> 1.2)
terminal-notifier-guard (~> 1.6)
BUNDLED WITH
1.14.4