iOS web browser with a focus on security and privacy

Gemfile: convert_rules.rb needs activesupport

+14
+1
Gemfile
··· 1 1 source "https://rubygems.org" 2 2 3 3 gem "plist" 4 + gem "activesupport"
+13
Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 + activesupport (5.1.4) 5 + concurrent-ruby (~> 1.0, >= 1.0.2) 6 + i18n (~> 0.7) 7 + minitest (~> 5.1) 8 + tzinfo (~> 1.1) 9 + concurrent-ruby (1.0.5) 10 + i18n (0.9.1) 11 + concurrent-ruby (~> 1.0) 12 + minitest (5.11.1) 4 13 plist (3.2.0) 14 + thread_safe (0.3.6) 15 + tzinfo (1.2.4) 16 + thread_safe (~> 0.1) 5 17 6 18 PLATFORMS 7 19 ruby 8 20 9 21 DEPENDENCIES 22 + activesupport 10 23 plist 11 24 12 25 BUNDLED WITH