gauge/Gemfile.lock

235 lines
5.6 KiB
Plaintext
Raw Normal View History

2016-10-01 01:58:42 +03:00
GIT
2020-10-15 23:18:28 +03:00
remote: https://github.com/rails/activeresource.git
revision: dedecf90996622776b7aa0e54957ffc8fb3ac2f9
2016-10-01 01:58:42 +03:00
specs:
2020-10-15 23:18:28 +03:00
activeresource (5.1.1)
2018-09-25 13:05:50 +03:00
activemodel (>= 5.0, < 7)
2016-10-01 01:58:42 +03:00
activemodel-serializers-xml (~> 1.0)
2018-09-25 13:05:50 +03:00
activesupport (>= 5.0, < 7)
2016-10-01 01:58:42 +03:00
2015-10-06 15:21:46 +03:00
GEM
remote: https://rubygems.org/
specs:
2022-03-22 23:38:28 +02:00
actioncable (6.0.4.7)
actionpack (= 6.0.4.7)
2018-09-25 13:05:50 +03:00
nio4r (~> 2.0)
2018-09-25 13:18:08 +03:00
websocket-driver (>= 0.6.1)
2022-03-22 23:38:28 +02:00
actionmailbox (6.0.4.7)
actionpack (= 6.0.4.7)
activejob (= 6.0.4.7)
activerecord (= 6.0.4.7)
activestorage (= 6.0.4.7)
activesupport (= 6.0.4.7)
2019-10-04 11:43:32 +03:00
mail (>= 2.7.1)
2022-03-22 23:38:28 +02:00
actionmailer (6.0.4.7)
actionpack (= 6.0.4.7)
actionview (= 6.0.4.7)
activejob (= 6.0.4.7)
2015-10-06 15:21:46 +03:00
mail (~> 2.5, >= 2.5.4)
2016-10-01 01:58:42 +03:00
rails-dom-testing (~> 2.0)
2022-03-22 23:38:28 +02:00
actionpack (6.0.4.7)
actionview (= 6.0.4.7)
activesupport (= 6.0.4.7)
2020-10-15 23:19:07 +03:00
rack (~> 2.0, >= 2.0.8)
2018-09-25 13:05:50 +03:00
rack-test (>= 0.6.3)
2016-10-01 01:58:42 +03:00
rails-dom-testing (~> 2.0)
2019-10-04 11:43:32 +03:00
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2022-03-22 23:38:28 +02:00
actiontext (6.0.4.7)
actionpack (= 6.0.4.7)
activerecord (= 6.0.4.7)
activestorage (= 6.0.4.7)
activesupport (= 6.0.4.7)
2019-10-04 11:43:32 +03:00
nokogiri (>= 1.8.5)
2022-03-22 23:38:28 +02:00
actionview (6.0.4.7)
activesupport (= 6.0.4.7)
2015-10-06 15:21:46 +03:00
builder (~> 3.1)
2018-09-25 13:05:50 +03:00
erubi (~> 1.4)
2016-10-01 01:58:42 +03:00
rails-dom-testing (~> 2.0)
2019-10-04 11:43:32 +03:00
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2022-03-22 23:38:28 +02:00
activejob (6.0.4.7)
activesupport (= 6.0.4.7)
2016-10-01 01:58:42 +03:00
globalid (>= 0.3.6)
2022-03-22 23:38:28 +02:00
activemodel (6.0.4.7)
activesupport (= 6.0.4.7)
2017-09-25 16:06:20 +03:00
activemodel-serializers-xml (1.0.2)
2016-10-01 01:58:42 +03:00
activemodel (> 5.x)
activesupport (> 5.x)
2015-10-06 15:21:46 +03:00
builder (~> 3.1)
2022-03-22 23:38:28 +02:00
activerecord (6.0.4.7)
activemodel (= 6.0.4.7)
activesupport (= 6.0.4.7)
activestorage (6.0.4.7)
actionpack (= 6.0.4.7)
activejob (= 6.0.4.7)
activerecord (= 6.0.4.7)
marcel (~> 1.0.0)
activesupport (6.0.4.7)
2016-10-01 01:58:42 +03:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2018-09-25 13:05:50 +03:00
i18n (>= 0.7, < 2)
2015-10-06 15:21:46 +03:00
minitest (~> 5.1)
tzinfo (~> 1.1)
2020-10-15 23:19:07 +03:00
zeitwerk (~> 2.2, >= 2.2.2)
airbrussh (1.4.0)
2016-10-01 01:58:42 +03:00
sshkit (>= 1.6.1, != 1.7.0)
2020-10-15 23:19:07 +03:00
builder (3.2.4)
capistrano (3.14.1)
2016-10-01 01:58:42 +03:00
airbrussh (>= 1.0.0)
2015-10-06 15:46:55 +03:00
i18n
rake (>= 10.0.0)
2016-10-01 01:58:42 +03:00
sshkit (>= 1.9.0)
2020-10-15 23:19:07 +03:00
capistrano-bundler (2.0.1)
2015-10-06 15:46:55 +03:00
capistrano (~> 3.1)
2020-10-15 23:19:07 +03:00
capistrano-rails (1.6.1)
2015-10-06 15:46:55 +03:00
capistrano (~> 3.1)
2020-10-15 23:19:07 +03:00
capistrano-bundler (>= 1.1, < 3)
2015-10-06 15:46:55 +03:00
capistrano-rvm (0.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
2020-10-15 23:19:07 +03:00
capistrano3-puma (1.2.1)
capistrano (~> 3.0)
puma (>= 2.6)
coderay (1.1.3)
2019-10-04 11:42:21 +03:00
coffee-rails (5.0.0)
2015-10-06 15:21:46 +03:00
coffee-script (>= 2.2.0)
2019-10-04 11:42:21 +03:00
railties (>= 5.2.0)
2015-10-06 15:21:46 +03:00
coffee-script (2.4.1)
coffee-script-source
execjs
2017-09-25 16:06:20 +03:00
coffee-script-source (1.12.2)
2022-03-22 23:38:28 +02:00
concurrent-ruby (1.1.10)
2020-10-15 23:19:07 +03:00
crass (1.0.6)
2019-10-04 12:10:27 +03:00
ed25519 (1.2.4)
2022-03-22 23:38:28 +02:00
erubi (1.10.0)
2016-10-01 01:58:42 +03:00
execjs (2.7.0)
2022-03-22 23:38:28 +02:00
ffi (1.15.5)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.10.0)
2018-09-25 13:05:50 +03:00
concurrent-ruby (~> 1.0)
2020-10-15 23:19:07 +03:00
jbuilder (2.10.1)
activesupport (>= 5.0.0)
jquery-rails (4.4.0)
2016-10-01 01:58:42 +03:00
rails-dom-testing (>= 1, < 3)
2015-10-06 15:21:46 +03:00
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
2022-03-22 23:38:28 +02:00
listen (3.7.1)
2019-10-04 11:42:21 +03:00
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
2022-03-22 23:38:28 +02:00
loofah (2.15.0)
2017-09-25 16:06:20 +03:00
crass (~> 1.0.2)
2015-10-06 15:21:46 +03:00
nokogiri (>= 1.5.9)
2019-10-04 11:42:21 +03:00
mail (2.7.1)
2018-09-25 13:05:50 +03:00
mini_mime (>= 0.1.1)
2022-03-22 23:38:28 +02:00
marcel (1.0.2)
2020-10-15 23:19:07 +03:00
method_source (1.0.0)
2022-03-22 23:38:28 +02:00
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
2020-10-15 23:19:07 +03:00
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
2022-03-22 23:38:28 +02:00
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
2020-10-15 23:19:07 +03:00
pg (1.2.3)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
2019-10-04 11:42:21 +03:00
pry-rails (0.3.9)
2017-09-25 16:06:20 +03:00
pry (>= 0.10.4)
2022-03-22 23:38:28 +02:00
puma (4.3.11)
2019-10-04 11:42:21 +03:00
nio4r (~> 2.0)
2022-03-22 23:38:28 +02:00
racc (1.6.0)
2020-10-15 23:19:07 +03:00
rack (2.2.3)
2018-09-25 13:05:50 +03:00
rack-test (1.1.0)
rack (>= 1.0, < 3)
2022-03-22 23:38:28 +02:00
rails (6.0.4.7)
actioncable (= 6.0.4.7)
actionmailbox (= 6.0.4.7)
actionmailer (= 6.0.4.7)
actionpack (= 6.0.4.7)
actiontext (= 6.0.4.7)
actionview (= 6.0.4.7)
activejob (= 6.0.4.7)
activemodel (= 6.0.4.7)
activerecord (= 6.0.4.7)
activestorage (= 6.0.4.7)
activesupport (= 6.0.4.7)
2017-09-25 16:06:20 +03:00
bundler (>= 1.3.0)
2022-03-22 23:38:28 +02:00
railties (= 6.0.4.7)
2016-10-01 01:58:42 +03:00
sprockets-rails (>= 2.0.0)
2017-09-25 16:06:20 +03:00
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
2022-03-22 23:38:28 +02:00
rails-html-sanitizer (1.4.2)
2020-10-15 23:19:07 +03:00
loofah (~> 2.3)
2022-03-22 23:38:28 +02:00
railties (6.0.4.7)
actionpack (= 6.0.4.7)
activesupport (= 6.0.4.7)
2016-10-01 01:58:42 +03:00
method_source
2015-10-06 15:21:46 +03:00
rake (>= 0.8.7)
2019-10-04 11:43:32 +03:00
thor (>= 0.20.3, < 2.0)
2022-03-22 23:38:28 +02:00
rake (13.0.6)
rb-fsevent (0.11.1)
2020-10-15 23:19:07 +03:00
rb-inotify (0.10.1)
2019-10-04 11:42:21 +03:00
ffi (~> 1.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
2020-10-15 23:19:07 +03:00
sassc (2.4.0)
2019-10-04 11:42:21 +03:00
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
2020-10-15 23:19:07 +03:00
spring (2.1.1)
2022-03-22 23:38:28 +02:00
sprockets (4.0.3)
2016-10-01 01:58:42 +03:00
concurrent-ruby (~> 1.0)
2015-10-06 15:21:46 +03:00
rack (> 1, < 3)
2022-03-22 23:38:28 +02:00
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
2016-10-01 01:58:42 +03:00
sprockets (>= 3.0.0)
2020-10-15 23:19:07 +03:00
sqlite3 (1.4.2)
sshkit (1.21.0)
2015-10-06 15:46:55 +03:00
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
2022-03-22 23:38:28 +02:00
thor (1.2.1)
2017-09-25 16:06:20 +03:00
thread_safe (0.3.6)
2019-10-04 11:42:21 +03:00
tilt (2.0.10)
2022-03-22 23:38:28 +02:00
tzinfo (1.2.9)
2015-10-06 15:21:46 +03:00
thread_safe (~> 0.1)
2019-10-04 11:42:21 +03:00
uglifier (4.2.0)
2016-10-01 01:58:42 +03:00
execjs (>= 0.3.0, < 3)
2022-03-22 23:38:28 +02:00
websocket-driver (0.7.5)
2016-10-01 01:58:42 +03:00
websocket-extensions (>= 0.1.0)
2020-10-15 23:19:07 +03:00
websocket-extensions (0.1.5)
2022-03-22 23:38:28 +02:00
zeitwerk (2.5.4)
2015-10-06 15:21:46 +03:00
PLATFORMS
ruby
DEPENDENCIES
2016-10-01 01:58:42 +03:00
activeresource!
2015-10-06 15:46:55 +03:00
capistrano-rails
capistrano-rvm
capistrano3-puma
2015-10-06 15:21:46 +03:00
coffee-rails
2019-10-04 12:10:27 +03:00
ed25519
2015-10-06 15:21:46 +03:00
jbuilder
jquery-rails
2018-09-25 13:05:50 +03:00
listen
2015-10-08 20:14:07 +03:00
pg
2015-10-06 15:21:46 +03:00
pry-rails
2020-10-15 23:58:52 +03:00
puma (< 5)
2022-03-22 23:38:28 +02:00
rails (~> 6.0.4)
2015-10-06 15:21:46 +03:00
sass-rails
spring
sqlite3
uglifier
BUNDLED WITH
2022-03-22 23:38:28 +02:00
2.2.22