tracks/Gemfile.lock

323 lines
7.7 KiB
Text
Raw Normal View History

2018-07-24 15:26:53 -07:00
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.2)
aasm (3.4.0)
actioncable (5.2.2.1)
actionpack (= 5.2.2.1)
2018-11-11 11:40:22 -06:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.2.1)
actionpack (= 5.2.2.1)
actionview (= 5.2.2.1)
activejob (= 5.2.2.1)
2018-07-24 15:26:53 -07:00
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.2.1)
actionview (= 5.2.2.1)
activesupport (= 5.2.2.1)
rack (~> 2.0)
2018-11-11 11:40:22 -06:00
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
2018-07-24 15:26:53 -07:00
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionpack-xml_parser (2.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
actionview (5.2.2.1)
activesupport (= 5.2.2.1)
2018-07-24 15:26:53 -07:00
builder (~> 3.1)
2018-11-11 11:40:22 -06:00
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
2018-07-24 15:26:53 -07:00
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.2.1)
activesupport (= 5.2.2.1)
globalid (>= 0.3.6)
activemodel (5.2.2.1)
activesupport (= 5.2.2.1)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
2018-07-24 15:26:53 -07:00
builder (~> 3.1)
activerecord (5.2.2.1)
activemodel (= 5.2.2.1)
activesupport (= 5.2.2.1)
arel (>= 9.0)
activestorage (5.2.2.1)
actionpack (= 5.2.2.1)
activerecord (= 5.2.2.1)
marcel (~> 0.3.1)
activesupport (5.2.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
2018-07-24 15:26:53 -07:00
minitest (~> 5.1)
tzinfo (~> 1.1)
acts_as_list (0.9.17)
2018-07-24 15:26:53 -07:00
activerecord (>= 3.0)
arel (9.0.0)
2018-07-24 15:26:53 -07:00
ast (2.4.0)
autoprefixer-rails (9.4.7)
2018-07-24 15:26:53 -07:00
execjs
bcrypt (3.1.12)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
2018-07-24 15:26:53 -07:00
builder (3.2.3)
bullet (5.9.0)
2018-07-24 15:26:53 -07:00
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (10.0.2)
2018-07-24 15:26:53 -07:00
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
climate_control (0.2.0)
codeclimate-test-reporter (1.0.7)
simplecov
coffee-rails (4.2.2)
2018-07-24 15:26:53 -07:00
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
2018-07-24 15:26:53 -07:00
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
2018-07-24 15:26:53 -07:00
crass (1.0.4)
database_cleaner (1.7.0)
diff-lcs (1.3)
2018-08-02 10:32:35 -07:00
docile (1.3.1)
erubi (1.8.0)
2018-07-24 15:26:53 -07:00
execjs (2.7.0)
factory_bot (4.11.1)
2018-07-24 15:26:53 -07:00
activesupport (>= 3.0.0)
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
2018-07-24 15:26:53 -07:00
railties (>= 3.0.0)
ffi (1.9.25)
font-awesome-sass (4.5.0)
sass (>= 3.2)
globalid (0.4.2)
2018-07-24 15:26:53 -07:00
activesupport (>= 4.2.0)
htmlentities (4.3.4)
i18n (1.6.0)
2018-07-24 15:26:53 -07:00
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
2018-07-24 15:26:53 -07:00
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (2.1.0)
libv8 (3.16.14.19)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
2018-07-24 15:26:53 -07:00
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
2018-11-11 11:40:22 -06:00
mail (2.7.1)
2018-07-24 15:26:53 -07:00
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
2018-07-24 15:26:53 -07:00
metaclass (0.0.4)
method_source (0.9.2)
2018-07-24 15:26:53 -07:00
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
2018-07-24 15:26:53 -07:00
minitest (5.11.3)
minitest-stub-const (0.6)
mocha (1.7.0)
2018-07-24 15:26:53 -07:00
metaclass (~> 0.0.1)
mysql2 (0.5.2)
nio4r (2.3.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
2018-07-24 15:26:53 -07:00
nokogumbo (1.5.0)
nokogiri
2018-08-02 10:32:35 -07:00
paperclip (6.1.0)
2018-07-24 15:26:53 -07:00
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
mime-types
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
parallel (1.13.0)
parser (2.6.0.0)
2018-07-24 15:26:53 -07:00
ast (~> 2.4.0)
powerpack (0.1.2)
psych (3.1.0)
puma (3.12.0)
rack (2.0.6)
2018-07-24 15:26:53 -07:00
rack-mini-profiler (1.0.0)
rack (>= 1.2.0)
2018-11-11 11:40:22 -06:00
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.2.1)
actioncable (= 5.2.2.1)
actionmailer (= 5.2.2.1)
actionpack (= 5.2.2.1)
actionview (= 5.2.2.1)
activejob (= 5.2.2.1)
activemodel (= 5.2.2.1)
activerecord (= 5.2.2.1)
activestorage (= 5.2.2.1)
activesupport (= 5.2.2.1)
bundler (>= 1.3.0)
railties (= 5.2.2.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
actionview (>= 5.0.1.x)
activesupport (>= 5.0.1.x)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
2018-07-24 15:26:53 -07:00
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails_autolink (1.1.6)
rails (> 3.1)
railties (5.2.2.1)
actionpack (= 5.2.2.1)
activesupport (= 5.2.2.1)
method_source
2018-07-24 15:26:53 -07:00
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
2018-07-24 15:26:53 -07:00
rainbow (3.0.0)
rake (12.3.2)
2018-07-24 15:26:53 -07:00
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
2018-07-24 15:26:53 -07:00
ref (2.0.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubocop (0.65.0)
2018-07-24 15:26:53 -07:00
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
psych (>= 3.1.0)
2018-07-24 15:26:53 -07:00
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
rubyzip (1.2.2)
2018-07-24 15:26:53 -07:00
safe_yaml (1.0.4)
sanitize (4.6.6)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4)
sass (3.7.3)
2018-07-24 15:26:53 -07:00
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.7)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.0)
ffi (~> 1.9.6)
rake
2018-07-24 15:26:53 -07:00
selenium-webdriver (2.53.4)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
simplecov (0.16.1)
2018-07-28 11:46:53 -07:00
docile (~> 1.1)
2018-07-24 15:26:53 -07:00
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (2.0.2)
activesupport (>= 4.2)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
swf_fu (2.0.4)
coffee-script
rails (>= 3.1)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.20.3)
2018-07-24 15:26:53 -07:00
thread_safe (0.3.6)
tilt (2.0.8)
tolk (3.1.0)
rails (>= 5.0)
2018-07-24 15:26:53 -07:00
safe_yaml (>= 0.8.6)
sass
2018-07-24 15:26:53 -07:00
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.20)
2018-07-24 15:26:53 -07:00
execjs (>= 0.3.0, < 3)
unicode-display_width (1.4.1)
uniform_notifier (1.12.1)
2018-07-24 15:26:53 -07:00
websocket (1.2.8)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
2018-07-24 15:26:53 -07:00
will_paginate (3.1.6)
yard (0.9.16)
2018-07-24 15:26:53 -07:00
PLATFORMS
ruby
DEPENDENCIES
RedCloth
aasm (~> 3.4.0)
actionpack-xml_parser (~> 2.0)
activemodel-serializers-xml (~> 1.0.1)
2018-07-24 15:26:53 -07:00
acts_as_list
bcrypt (~> 3.1.7)
bootstrap-sass (= 3.4.1)
2018-07-24 15:26:53 -07:00
bullet
byebug
2018-08-02 10:32:35 -07:00
codeclimate-test-reporter (= 1.0.7)
coffee-rails (~> 4.2.0)
2018-07-24 15:26:53 -07:00
database_cleaner
factory_bot_rails
2018-07-24 15:26:53 -07:00
font-awesome-sass (~> 4.5.0)
htmlentities
jquery-rails (~> 4.0)
2018-07-24 15:26:53 -07:00
jquery-ui-rails (~> 5.0.5)
listen
2018-07-24 15:26:53 -07:00
minitest-stub-const
mocha
mysql2 (~> 0.5.2)
2018-07-24 15:26:53 -07:00
paperclip
puma (~> 3.0)
2018-07-24 15:26:53 -07:00
rack-mini-profiler
rails (~> 5.2.2)
rails-controller-testing
rails-dom-testing (~> 2.0.0)
2018-07-24 15:26:53 -07:00
rails_autolink
rspec-expectations
rubocop (~> 0.65)
2018-07-24 15:26:53 -07:00
sanitize (>= 3.0.0)
sass-rails (~> 5.0)
selenium-webdriver (~> 2.53)
simplecov
spring
sqlite3
swf_fu
therubyracer
tolk (~> 3.1.0)
2018-07-24 15:26:53 -07:00
uglifier (>= 1.3.0)
will_paginate
yard
BUNDLED WITH
1.16.4