forked from stephencelis/acts_as_singleton
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile.lock
47 lines (43 loc) · 898 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
PATH
remote: .
specs:
acts_as_singleton (0.0.9)
activerecord (>= 3.1.0, < 5.1.0)
GEM
remote: http://rubygems.org/
specs:
activemodel (5.0.7.1)
activesupport (= 5.0.7.1)
activerecord (5.0.7.1)
activemodel (= 5.0.7.1)
activesupport (= 5.0.7.1)
arel (~> 7.0)
activesupport (5.0.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.1.4)
concurrent-ruby (1.1.4)
i18n (1.5.2)
concurrent-ruby (~> 1.0)
minitest (5.11.3)
power_assert (1.1.3)
rake (12.3.2)
sqlite3 (1.3.13)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
test-unit (3.2.9)
power_assert
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
acts_as_singleton!
rake
sqlite3-ruby
test-unit
BUNDLED WITH
1.17.2