tangled
alpha
login
or
join now
jcs.org
/
endless
0
fork
atom
iOS web browser with a focus on security and privacy
0
fork
atom
overview
issues
pulls
pipelines
Gemfile: convert_rules.rb needs activesupport
jcs.org
8 years ago
74ee06ef
45a08a5f
+14
2 changed files
expand all
collapse all
unified
split
Gemfile
Gemfile.lock
+1
Gemfile
···
1
1
source "https://rubygems.org"
2
2
3
3
gem "plist"
4
4
+
gem "activesupport"
+13
Gemfile.lock
···
1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
4
+
activesupport (5.1.4)
5
5
+
concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
+
i18n (~> 0.7)
7
7
+
minitest (~> 5.1)
8
8
+
tzinfo (~> 1.1)
9
9
+
concurrent-ruby (1.0.5)
10
10
+
i18n (0.9.1)
11
11
+
concurrent-ruby (~> 1.0)
12
12
+
minitest (5.11.1)
4
13
plist (3.2.0)
14
14
+
thread_safe (0.3.6)
15
15
+
tzinfo (1.2.4)
16
16
+
thread_safe (~> 0.1)
5
17
6
18
PLATFORMS
7
19
ruby
8
20
9
21
DEPENDENCIES
22
22
+
activesupport
10
23
plist
11
24
12
25
BUNDLED WITH