forked from Yesware/omniauth-google
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
48 lines (46 loc) · 881 Bytes
/
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
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
crack (0.3.1)
diff-lcs (1.1.3)
git (1.2.5)
hashie (1.2.0)
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
multi_json (1.0.4)
oauth (0.4.5)
omniauth (1.0.1)
hashie (~> 1.2)
rack
omniauth-oauth (1.0.0)
oauth
omniauth (~> 1.0)
rack (1.3.5)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
webmock (1.7.8)
addressable (~> 2.2, > 2.2.5)
crack (>= 0.1.7)
PLATFORMS
ruby
DEPENDENCIES
bundler
jeweler
multi_json
omniauth (~> 1.0.0)
omniauth-oauth
rack-test
rspec
webmock