parsley/Gemfile.lock

323 lines
7.6 KiB
Plaintext
Raw Normal View History

2016-01-12 18:43:00 -06:00
GEM
remote: https://rubygems.org/
specs:
2024-09-28 11:50:07 -05:00
actioncable (7.2.1)
actionpack (= 7.2.1)
activesupport (= 7.2.1)
2018-03-29 01:57:00 -05:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
2024-09-28 11:50:07 -05:00
zeitwerk (~> 2.6)
actionmailbox (7.2.1)
actionpack (= 7.2.1)
activejob (= 7.2.1)
activerecord (= 7.2.1)
activestorage (= 7.2.1)
activesupport (= 7.2.1)
mail (>= 2.8.0)
actionmailer (7.2.1)
actionpack (= 7.2.1)
actionview (= 7.2.1)
activejob (= 7.2.1)
activesupport (= 7.2.1)
mail (>= 2.8.0)
rails-dom-testing (~> 2.2)
actionpack (7.2.1)
actionview (= 7.2.1)
activesupport (= 7.2.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4, < 3.2)
rack-session (>= 1.0.1)
2018-03-29 01:57:00 -05:00
rack-test (>= 0.6.3)
2024-09-28 11:50:07 -05:00
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actiontext (7.2.1)
actionpack (= 7.2.1)
activerecord (= 7.2.1)
activestorage (= 7.2.1)
activesupport (= 7.2.1)
2022-12-01 18:02:26 -06:00
globalid (>= 0.6.0)
2020-05-02 14:12:04 -05:00
nokogiri (>= 1.8.5)
2024-09-28 11:50:07 -05:00
actionview (7.2.1)
activesupport (= 7.2.1)
2016-01-12 18:43:00 -06:00
builder (~> 3.1)
2024-09-28 11:50:07 -05:00
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.2.1)
activesupport (= 7.2.1)
2016-07-07 17:47:47 -05:00
globalid (>= 0.3.6)
2024-09-28 11:50:07 -05:00
activemodel (7.2.1)
activesupport (= 7.2.1)
activerecord (7.2.1)
activemodel (= 7.2.1)
activesupport (= 7.2.1)
timeout (>= 0.4.0)
activestorage (7.2.1)
actionpack (= 7.2.1)
activejob (= 7.2.1)
activerecord (= 7.2.1)
activesupport (= 7.2.1)
2022-11-22 13:10:47 -06:00
marcel (~> 1.0)
2024-09-28 11:50:07 -05:00
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
2024-09-28 11:50:07 -05:00
logger (>= 1.4.2)
minitest (>= 5.1)
2024-09-28 11:50:07 -05:00
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
bootsnap (1.18.4)
2022-02-02 15:55:24 -06:00
msgpack (~> 1.2)
2024-09-28 11:50:07 -05:00
builder (3.3.0)
2020-08-06 20:26:45 -05:00
coderay (1.1.3)
2024-09-28 11:50:07 -05:00
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
2020-01-18 18:07:07 -06:00
crass (1.0.6)
csv (3.3.0)
2024-09-28 11:50:07 -05:00
dalli (3.2.8)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
2024-09-28 11:50:07 -05:00
date (3.3.4)
diff-lcs (1.5.1)
drb (2.2.1)
erubi (1.13.0)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
2024-09-28 11:50:07 -05:00
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
2024-09-28 11:50:07 -05:00
ffi (1.17.0)
2022-02-02 15:55:24 -06:00
formatador (1.1.0)
2024-09-28 11:50:07 -05:00
globalid (1.2.1)
activesupport (>= 6.1)
guard (2.18.1)
formatador (>= 0.2.4)
2016-07-07 17:47:47 -05:00
listen (>= 2.7, < 4.0)
2018-03-21 13:06:12 -05:00
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
2022-11-22 13:10:47 -06:00
pry (>= 0.13.0)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
2016-09-17 12:28:02 -05:00
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
2024-09-28 11:50:07 -05:00
i18n (1.14.6)
2018-03-21 13:06:12 -05:00
concurrent-ruby (~> 1.0)
2024-09-28 11:50:07 -05:00
io-console (0.7.2)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
2022-02-02 15:55:24 -06:00
kaminari (1.2.2)
2018-03-30 14:31:09 -05:00
activesupport (>= 4.1.0)
2022-02-02 15:55:24 -06:00
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
2018-03-30 14:31:09 -05:00
actionview
2022-02-02 15:55:24 -06:00
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
2018-03-30 14:31:09 -05:00
activerecord
2022-02-02 15:55:24 -06:00
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
2016-01-14 15:22:15 -06:00
liner (0.2.4)
2024-09-28 11:50:07 -05:00
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
2024-09-28 11:50:07 -05:00
logger (1.6.1)
loofah (2.22.0)
2018-03-21 13:06:12 -05:00
crass (~> 1.0.2)
2024-09-28 11:50:07 -05:00
nokogiri (>= 1.12.0)
lumberjack (1.2.10)
mail (2.8.1)
2018-03-21 13:06:12 -05:00
mini_mime (>= 0.1.1)
2024-09-28 11:50:07 -05:00
net-imap
net-pop
net-smtp
marcel (1.0.4)
2016-01-14 15:22:15 -06:00
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
2024-09-28 11:50:07 -05:00
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
msgpack (1.7.2)
2016-03-09 11:51:27 -06:00
nenv (0.3.0)
2024-09-28 11:50:07 -05:00
net-imap (0.4.16)
date
2022-12-01 18:02:26 -06:00
net-protocol
net-pop (0.1.2)
net-protocol
2024-09-28 11:50:07 -05:00
net-protocol (0.2.2)
2022-11-22 13:10:47 -06:00
timeout
2024-09-28 11:50:07 -05:00
net-smtp (0.5.0)
2022-11-22 13:10:47 -06:00
net-protocol
2024-09-28 11:50:07 -05:00
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
2019-08-05 18:54:49 -05:00
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
2024-09-28 11:50:07 -05:00
oj (3.16.6)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.0)
package_json (0.1.0)
2022-11-22 13:10:47 -06:00
parslet (2.0.0)
2024-09-28 11:50:07 -05:00
pg (1.5.8)
pry (0.14.2)
2020-04-12 13:11:00 -05:00
coderay (~> 1.1)
method_source (~> 1.0)
2024-09-28 11:50:07 -05:00
psych (5.1.2)
stringio
puma (6.4.3)
2019-08-05 18:54:49 -05:00
nio4r (~> 2.0)
2024-09-28 11:50:07 -05:00
racc (1.8.1)
rack (3.1.7)
rack-proxy (0.7.7)
2018-03-29 01:57:00 -05:00
rack
2024-09-28 11:50:07 -05:00
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
2022-11-22 13:10:47 -06:00
rack (>= 1.3)
2024-09-28 11:50:07 -05:00
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.2.1)
actioncable (= 7.2.1)
actionmailbox (= 7.2.1)
actionmailer (= 7.2.1)
actionpack (= 7.2.1)
actiontext (= 7.2.1)
actionview (= 7.2.1)
activejob (= 7.2.1)
activemodel (= 7.2.1)
activerecord (= 7.2.1)
activestorage (= 7.2.1)
activesupport (= 7.2.1)
bundler (>= 1.15.0)
2024-09-28 11:50:07 -05:00
railties (= 7.2.1)
2020-08-06 20:26:45 -05:00
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
2024-09-28 11:50:07 -05:00
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
2018-03-21 13:06:12 -05:00
nokogiri (>= 1.6)
2024-09-28 11:50:07 -05:00
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.2.1)
actionpack (= 7.2.1)
activesupport (= 7.2.1)
irb (~> 1.13)
rackup (>= 1.0.0)
2022-11-22 13:10:47 -06:00
rake (>= 12.2)
2024-09-28 11:50:07 -05:00
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.1)
2022-11-22 13:10:47 -06:00
rb-fsevent (0.11.2)
2024-09-28 11:50:07 -05:00
rb-inotify (0.11.1)
2019-02-02 15:32:42 -06:00
ffi (~> 1.0)
2024-09-28 11:50:07 -05:00
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
reline (0.5.10)
io-console (~> 0.5)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
2016-01-12 18:43:00 -06:00
diff-lcs (>= 1.2.0, < 2.0)
2024-09-28 11:50:07 -05:00
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
2016-01-12 18:43:00 -06:00
diff-lcs (>= 1.2.0, < 2.0)
2024-09-28 11:50:07 -05:00
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
securerandom (0.3.1)
semantic_range (3.0.0)
shakapacker (8.0.2)
2022-12-01 20:13:53 -06:00
activesupport (>= 5.2)
package_json
2022-12-01 20:13:53 -06:00
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
shellany (0.0.1)
2016-01-14 15:22:15 -06:00
signed_multiset (0.2.1)
2024-09-28 11:50:07 -05:00
sqlite3 (2.1.0)
2022-11-22 13:10:47 -06:00
mini_portile2 (~> 2.8.0)
2024-09-28 11:50:07 -05:00
stringio (3.1.1)
thor (1.3.2)
thread_safe (0.3.6)
2024-09-28 11:50:07 -05:00
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
2024-09-28 11:50:07 -05:00
tzinfo-data (1.2024.2)
2018-03-21 13:35:18 -05:00
tzinfo (>= 1.0.0)
2022-11-22 13:10:47 -06:00
unitwise (2.3.0)
2016-01-14 15:22:15 -06:00
liner (~> 0.2)
memoizable (~> 0.4)
2022-11-22 13:10:47 -06:00
parslet (~> 2.0)
2016-01-14 15:22:15 -06:00
signed_multiset (~> 0.2)
2024-09-28 11:50:07 -05:00
useragent (0.16.10)
webrick (1.8.2)
websocket-driver (0.7.6)
2016-07-07 17:47:47 -05:00
websocket-extensions (>= 0.1.0)
2020-08-06 20:26:45 -05:00
websocket-extensions (0.1.5)
2024-09-28 11:50:07 -05:00
zeitwerk (2.6.18)
2016-01-12 18:43:00 -06:00
PLATFORMS
ruby
DEPENDENCIES
2022-11-22 13:10:47 -06:00
bcrypt (~> 3.1.18)
2018-03-29 01:57:00 -05:00
bootsnap (>= 1.1.0)
csv (~> 3.3)
2024-09-28 11:50:07 -05:00
dalli (~> 3.2.8)
database_cleaner (~> 2.0.2)
factory_bot_rails (~> 6.4.3)
2022-11-22 13:10:47 -06:00
guard (~> 2.18.0)
guard-rspec
2022-11-22 13:10:47 -06:00
kaminari (~> 1.2.2)
2024-09-28 11:50:07 -05:00
oj (~> 3.16.6)
pg (~> 1.5.8)
puma (~> 6.4)
rails (= 7.2.1)
2016-10-14 12:19:00 -05:00
rails-controller-testing
2024-09-28 11:50:07 -05:00
redcarpet (~> 3.6.0)
rspec-rails (~> 7.0.1)
shakapacker (= 8.0.2)
2024-09-28 11:50:07 -05:00
sqlite3 (~> 2.1.0)
2018-03-21 13:35:18 -05:00
tzinfo-data
2022-11-22 13:10:47 -06:00
unitwise (~> 2.3.0)
BUNDLED WITH
2024-09-28 11:50:07 -05:00
2.5.20