Created
November 29, 2022 19:44
-
-
Save czepesch/36449e69a62235b966e5705f403296dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "https://rubygems.org" | |
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | |
ruby "3.1.2" | |
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" | |
gem "rails", "~> 7.0.4" | |
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] | |
gem "sprockets-rails" | |
# Use postgresql as the database for Active Record | |
gem "pg", "~> 1.1" | |
# Use the Puma web server [https://github.com/puma/puma] | |
gem "puma", "~> 5.0" | |
# Build JSON APIs with ease [https://github.com/rails/jbuilder] | |
gem "jbuilder" | |
# Use Redis adapter to run Action Cable in production | |
# gem "redis", "~> 4.0" | |
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] | |
# gem "kredis" | |
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] | |
# gem "bcrypt", "~> 3.1.7" | |
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | |
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] | |
# Reduces boot times through caching; required in config/boot.rb | |
gem "bootsnap", require: false | |
# Use Sass to process CSS | |
# gem "sassc-rails" | |
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] | |
# gem "image_processing", "~> 1.2" | |
group :development, :test do | |
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem | |
gem "debug", platforms: %i[ mri mingw x64_mingw ] | |
end | |
group :development do | |
# Use console on exceptions pages [https://github.com/rails/web-console] | |
gem "web-console" | |
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler] | |
# gem "rack-mini-profiler" | |
# Speed up commands on slow machines / big apps [https://github.com/rails/spring] | |
# gem "spring" | |
end | |
group :test do | |
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] | |
gem "capybara" | |
gem "selenium-webdriver" | |
gem "webdrivers" | |
end | |
gem "solidus_core", "~> 3.2" | |
gem "solidus_backend", "~> 3.2" | |
gem "solidus_api", "~> 3.2" | |
gem "solidus_sample", "~> 3.2" | |
gem "canonical-rails" | |
gem "solidus_support" | |
gem "truncate_html" | |
gem "view_component", "~> 2.46" | |
group :development, :test do | |
gem "rspec-rails" | |
gem "apparition", "~> 0.6.0", github: "twalpole/apparition" | |
gem "rails-controller-testing", "~> 1.0.5" | |
gem "rspec-activemodel-mocks", "~> 1.1.0" | |
gem "capybara-screenshot", "~> 1.0" | |
gem "database_cleaner", "~> 1.7" | |
gem "factory_bot", ">= 4.8" | |
gem "factory_bot_rails" | |
gem "ffaker", "~> 2.13" | |
gem "rubocop", "~> 1.0" | |
gem "rubocop-performance", "~> 1.5" | |
gem "rubocop-rails", "~> 2.3" | |
gem "rubocop-rspec", "~> 2.0" | |
end | |
gem "solidus_auth_devise" | |
gem 'solidus_paypal_braintree', github: 'solidusio/solidus_paypal_braintree', branch: :master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: https://github.com/solidusio/solidus_paypal_braintree.git | |
revision: a3f206f2d2989b791b92346ae837258e8bb8ab52 | |
branch: master | |
specs: | |
solidus_paypal_braintree (1.1.2) | |
activemerchant (~> 1.48) | |
braintree (~> 3.4) | |
solidus_api (>= 2.0.0, < 4) | |
solidus_core (>= 2.0.0, < 4) | |
solidus_support (>= 0.8.1, < 1) | |
GIT | |
remote: https://github.com/twalpole/apparition.git | |
revision: ca86be4d54af835d531dbcd2b86e7b2c77f85f34 | |
specs: | |
apparition (0.6.0) | |
capybara (~> 3.13, < 4) | |
websocket-driver (>= 0.6.5) | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actioncable (7.0.4) | |
actionpack (= 7.0.4) | |
activesupport (= 7.0.4) | |
nio4r (~> 2.0) | |
websocket-driver (>= 0.6.1) | |
actionmailbox (7.0.4) | |
actionpack (= 7.0.4) | |
activejob (= 7.0.4) | |
activerecord (= 7.0.4) | |
activestorage (= 7.0.4) | |
activesupport (= 7.0.4) | |
mail (>= 2.7.1) | |
net-imap | |
net-pop | |
net-smtp | |
actionmailer (7.0.4) | |
actionpack (= 7.0.4) | |
actionview (= 7.0.4) | |
activejob (= 7.0.4) | |
activesupport (= 7.0.4) | |
mail (~> 2.5, >= 2.5.4) | |
net-imap | |
net-pop | |
net-smtp | |
rails-dom-testing (~> 2.0) | |
actionpack (7.0.4) | |
actionview (= 7.0.4) | |
activesupport (= 7.0.4) | |
rack (~> 2.0, >= 2.2.0) | |
rack-test (>= 0.6.3) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.0, >= 1.2.0) | |
actiontext (7.0.4) | |
actionpack (= 7.0.4) | |
activerecord (= 7.0.4) | |
activestorage (= 7.0.4) | |
activesupport (= 7.0.4) | |
globalid (>= 0.6.0) | |
nokogiri (>= 1.8.5) | |
actionview (7.0.4) | |
activesupport (= 7.0.4) | |
builder (~> 3.1) | |
erubi (~> 1.4) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.1, >= 1.2.0) | |
activejob (7.0.4) | |
activesupport (= 7.0.4) | |
globalid (>= 0.3.6) | |
activemerchant (1.126.0) | |
activesupport (>= 4.2) | |
builder (>= 2.1.2, < 4.0.0) | |
i18n (>= 0.6.9) | |
nokogiri (~> 1.4) | |
activemodel (7.0.4) | |
activesupport (= 7.0.4) | |
activerecord (7.0.4) | |
activemodel (= 7.0.4) | |
activesupport (= 7.0.4) | |
activestorage (7.0.4) | |
actionpack (= 7.0.4) | |
activejob (= 7.0.4) | |
activerecord (= 7.0.4) | |
activesupport (= 7.0.4) | |
marcel (~> 1.0) | |
mini_mime (>= 1.1.0) | |
activesupport (7.0.4) | |
concurrent-ruby (~> 1.0, >= 1.0.2) | |
i18n (>= 1.6, < 2) | |
minitest (>= 5.1) | |
tzinfo (~> 2.0) | |
acts_as_list (1.0.4) | |
activerecord (>= 4.2) | |
addressable (2.8.1) | |
public_suffix (>= 2.0.2, < 6.0) | |
ast (2.4.2) | |
autoprefixer-rails (10.4.7.0) | |
execjs (~> 2) | |
awesome_nested_set (3.5.0) | |
activerecord (>= 4.0.0, < 7.1) | |
bcrypt (3.1.18) | |
bindex (0.8.1) | |
bootsnap (1.15.0) | |
msgpack (~> 1.2) | |
braintree (3.4.0) | |
builder (>= 3.2.4) | |
libxml-ruby (>= 3.2.0) | |
builder (3.2.4) | |
cancancan (3.4.0) | |
canonical-rails (0.2.14) | |
rails (>= 4.1, <= 7.1) | |
capybara (3.38.0) | |
addressable | |
matrix | |
mini_mime (>= 0.1.3) | |
nokogiri (~> 1.8) | |
rack (>= 1.6.0) | |
rack-test (>= 0.6.3) | |
regexp_parser (>= 1.5, < 3.0) | |
xpath (~> 3.2) | |
capybara-screenshot (1.0.26) | |
capybara (>= 1.0, < 4) | |
launchy | |
carmen (1.1.3) | |
activesupport (>= 3.0.0) | |
childprocess (4.1.0) | |
climate_control (0.2.0) | |
concurrent-ruby (1.1.10) | |
crass (1.0.6) | |
database_cleaner (1.99.0) | |
debug (1.6.3) | |
irb (>= 1.3.6) | |
reline (>= 0.3.1) | |
deface (1.9.0) | |
actionview (>= 5.2) | |
nokogiri (>= 1.6) | |
polyglot | |
railties (>= 5.2) | |
rainbow (>= 2.1.0) | |
devise (4.8.1) | |
bcrypt (~> 3.0) | |
orm_adapter (~> 0.1) | |
railties (>= 4.1.0) | |
responders | |
warden (~> 1.2.3) | |
devise-encryptable (0.2.0) | |
devise (>= 2.1.0) | |
diff-lcs (1.5.0) | |
discard (1.2.1) | |
activerecord (>= 4.2, < 8) | |
erubi (1.11.0) | |
execjs (2.8.1) | |
factory_bot (6.2.1) | |
activesupport (>= 5.0.0) | |
factory_bot_rails (6.2.0) | |
factory_bot (~> 6.2.0) | |
railties (>= 5.0.0) | |
ffaker (2.21.0) | |
ffi (1.15.5) | |
font-awesome-rails (4.7.0.8) | |
railties (>= 3.2, < 8.0) | |
friendly_id (5.5.0) | |
activerecord (>= 4.0.0) | |
globalid (1.0.0) | |
activesupport (>= 5.0) | |
handlebars_assets (0.23.9) | |
execjs (~> 2.0) | |
sprockets (>= 2.0.0) | |
tilt (>= 1.2) | |
i18n (1.12.0) | |
concurrent-ruby (~> 1.0) | |
image_processing (1.12.2) | |
mini_magick (>= 4.9.5, < 5) | |
ruby-vips (>= 2.0.17, < 3) | |
io-console (0.5.11) | |
irb (1.5.1) | |
reline (>= 0.3.0) | |
jbuilder (2.11.5) | |
actionview (>= 5.0.0) | |
activesupport (>= 5.0.0) | |
jquery-rails (4.5.1) | |
rails-dom-testing (>= 1, < 3) | |
railties (>= 4.2.0) | |
thor (>= 0.14, < 2.0) | |
json (2.6.2) | |
kaminari (1.2.2) | |
activesupport (>= 4.1.0) | |
kaminari-actionview (= 1.2.2) | |
kaminari-activerecord (= 1.2.2) | |
kaminari-core (= 1.2.2) | |
kaminari-actionview (1.2.2) | |
actionview | |
kaminari-core (= 1.2.2) | |
kaminari-activerecord (1.2.2) | |
activerecord | |
kaminari-core (= 1.2.2) | |
kaminari-core (1.2.2) | |
kt-paperclip (7.1.1) | |
activemodel (>= 4.2.0) | |
activesupport (>= 4.2.0) | |
marcel (~> 1.0.1) | |
mime-types | |
terrapin (~> 0.6.0) | |
launchy (2.5.0) | |
addressable (~> 2.7) | |
libxml-ruby (3.2.4) | |
loofah (2.19.0) | |
crass (~> 1.0.2) | |
nokogiri (>= 1.5.9) | |
mail (2.7.1) | |
mini_mime (>= 0.1.1) | |
marcel (1.0.2) | |
matrix (0.4.2) | |
method_source (1.0.0) | |
mime-types (3.4.1) | |
mime-types-data (~> 3.2015) | |
mime-types-data (3.2022.0105) | |
mini_magick (4.11.0) | |
mini_mime (1.1.2) | |
minitest (5.16.3) | |
monetize (1.12.0) | |
money (~> 6.12) | |
money (6.16.0) | |
i18n (>= 0.6.4, <= 2) | |
msgpack (1.6.0) | |
net-imap (0.3.1) | |
net-protocol | |
net-pop (0.1.2) | |
net-protocol | |
net-protocol (0.1.3) | |
timeout | |
net-smtp (0.3.3) | |
net-protocol | |
nio4r (2.5.8) | |
nokogiri (1.13.9-x86_64-linux) | |
racc (~> 1.4) | |
omnes (0.2.2) | |
orm_adapter (0.5.0) | |
parallel (1.22.1) | |
parser (3.1.3.0) | |
ast (~> 2.4.1) | |
pg (1.4.5) | |
polyglot (0.3.5) | |
psych (4.0.6) | |
stringio | |
public_suffix (5.0.0) | |
puma (5.6.5) | |
nio4r (~> 2.0) | |
racc (1.6.0) | |
rack (2.2.4) | |
rack-test (2.0.2) | |
rack (>= 1.3) | |
rails (7.0.4) | |
actioncable (= 7.0.4) | |
actionmailbox (= 7.0.4) | |
actionmailer (= 7.0.4) | |
actionpack (= 7.0.4) | |
actiontext (= 7.0.4) | |
actionview (= 7.0.4) | |
activejob (= 7.0.4) | |
activemodel (= 7.0.4) | |
activerecord (= 7.0.4) | |
activestorage (= 7.0.4) | |
activesupport (= 7.0.4) | |
bundler (>= 1.15.0) | |
railties (= 7.0.4) | |
rails-controller-testing (1.0.5) | |
actionpack (>= 5.0.1.rc1) | |
actionview (>= 5.0.1.rc1) | |
activesupport (>= 5.0.1.rc1) | |
rails-dom-testing (2.0.3) | |
activesupport (>= 4.2.0) | |
nokogiri (>= 1.6) | |
rails-html-sanitizer (1.4.3) | |
loofah (~> 2.3) | |
railties (7.0.4) | |
actionpack (= 7.0.4) | |
activesupport (= 7.0.4) | |
method_source | |
rake (>= 12.2) | |
thor (~> 1.0) | |
zeitwerk (~> 2.5) | |
rainbow (3.1.1) | |
rake (13.0.6) | |
ransack (2.6.0) | |
activerecord (>= 6.0.4) | |
activesupport (>= 6.0.4) | |
i18n | |
regexp_parser (2.6.1) | |
reline (0.3.1) | |
io-console (~> 0.5) | |
responders (3.0.1) | |
actionpack (>= 5.0) | |
railties (>= 5.0) | |
rexml (3.2.5) | |
rspec-activemodel-mocks (1.1.0) | |
activemodel (>= 3.0) | |
activesupport (>= 3.0) | |
rspec-mocks (>= 2.99, < 4.0) | |
rspec-core (3.12.0) | |
rspec-support (~> 3.12.0) | |
rspec-expectations (3.12.0) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.12.0) | |
rspec-mocks (3.12.0) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.12.0) | |
rspec-rails (6.0.1) | |
actionpack (>= 6.1) | |
activesupport (>= 6.1) | |
railties (>= 6.1) | |
rspec-core (~> 3.11) | |
rspec-expectations (~> 3.11) | |
rspec-mocks (~> 3.11) | |
rspec-support (~> 3.11) | |
rspec-support (3.12.0) | |
rubocop (1.39.0) | |
json (~> 2.3) | |
parallel (~> 1.10) | |
parser (>= 3.1.2.1) | |
rainbow (>= 2.2.2, < 4.0) | |
regexp_parser (>= 1.8, < 3.0) | |
rexml (>= 3.2.5, < 4.0) | |
rubocop-ast (>= 1.23.0, < 2.0) | |
ruby-progressbar (~> 1.7) | |
unicode-display_width (>= 1.4.0, < 3.0) | |
rubocop-ast (1.23.0) | |
parser (>= 3.1.1.0) | |
rubocop-performance (1.15.1) | |
rubocop (>= 1.7.0, < 2.0) | |
rubocop-ast (>= 0.4.0) | |
rubocop-rails (2.17.3) | |
activesupport (>= 4.2.0) | |
rack (>= 1.1) | |
rubocop (>= 1.33.0, < 2.0) | |
rubocop-rspec (2.15.0) | |
rubocop (~> 1.33) | |
ruby-progressbar (1.11.0) | |
ruby-vips (2.1.4) | |
ffi (~> 1.12) | |
rubyzip (2.3.2) | |
sassc (2.4.0) | |
ffi (~> 1.9) | |
sassc-rails (2.1.2) | |
railties (>= 4.0.0) | |
sassc (>= 2.0) | |
sprockets (> 3.0) | |
sprockets-rails | |
tilt | |
selenium-webdriver (4.6.1) | |
childprocess (>= 0.5, < 5.0) | |
rexml (~> 3.2, >= 3.2.5) | |
rubyzip (>= 1.2.2, < 3.0) | |
websocket (~> 1.0) | |
solidus_api (3.2.4) | |
jbuilder (~> 2.8) | |
kaminari-activerecord (~> 1.1) | |
responders | |
solidus_core (= 3.2.4) | |
solidus_auth_devise (2.5.7) | |
deface (~> 1.0) | |
devise (~> 4.1) | |
devise-encryptable (= 0.2.0) | |
solidus_core (>= 3, < 4) | |
solidus_support (~> 0.5) | |
solidus_backend (3.2.4) | |
autoprefixer-rails (~> 10.2, >= 10.2.5.1) | |
font-awesome-rails (~> 4.0) | |
handlebars_assets (~> 0.23) | |
jbuilder (~> 2.8) | |
jquery-rails | |
kaminari (~> 1.1) | |
responders | |
sassc-rails | |
solidus_api (= 3.2.4) | |
solidus_core (= 3.2.4) | |
solidus_core (3.2.4) | |
actionmailer (>= 5.2, < 7.1.x) | |
actionpack (>= 5.2, < 7.1.x) | |
actionview (>= 5.2, < 7.1.x) | |
activejob (>= 5.2, < 7.1.x) | |
activemerchant (~> 1.66) | |
activemodel (>= 5.2, < 7.1.x) | |
activerecord (>= 5.2, < 7.1.x) | |
activesupport (>= 5.2, < 7.1.x) | |
acts_as_list (< 2.0) | |
awesome_nested_set (~> 3.3) | |
cancancan (>= 2.2, < 4.0) | |
carmen (~> 1.1.0) | |
discard (~> 1.0) | |
friendly_id (~> 5.0) | |
image_processing (~> 1.10) | |
kaminari-activerecord (~> 1.1) | |
kt-paperclip (>= 6.3, < 8) | |
mini_magick (~> 4.10) | |
monetize (~> 1.8) | |
omnes (~> 0.2.2) | |
psych (>= 3.1.0, < 5.0) | |
railties (>= 5.2, < 7.1.x) | |
ransack (~> 2.0) | |
sprockets-rails | |
state_machines-activerecord (~> 0.6) | |
solidus_sample (3.2.4) | |
solidus_core (= 3.2.4) | |
solidus_support (0.9.1) | |
sprockets (4.1.1) | |
concurrent-ruby (~> 1.0) | |
rack (> 1, < 3) | |
sprockets-rails (3.4.2) | |
actionpack (>= 5.2) | |
activesupport (>= 5.2) | |
sprockets (>= 3.0.0) | |
state_machines (0.5.0) | |
state_machines-activemodel (0.8.0) | |
activemodel (>= 5.1) | |
state_machines (>= 0.5.0) | |
state_machines-activerecord (0.8.0) | |
activerecord (>= 5.1) | |
state_machines-activemodel (>= 0.8.0) | |
stringio (3.0.2) | |
terrapin (0.6.0) | |
climate_control (>= 0.0.3, < 1.0) | |
thor (1.2.1) | |
tilt (2.0.11) | |
timeout (0.3.0) | |
truncate_html (0.9.3) | |
tzinfo (2.0.5) | |
concurrent-ruby (~> 1.0) | |
unicode-display_width (2.3.0) | |
view_component (2.78.0) | |
activesupport (>= 5.0.0, < 8.0) | |
concurrent-ruby (~> 1.0) | |
method_source (~> 1.0) | |
warden (1.2.9) | |
rack (>= 2.0.9) | |
web-console (4.2.0) | |
actionview (>= 6.0.0) | |
activemodel (>= 6.0.0) | |
bindex (>= 0.4.0) | |
railties (>= 6.0.0) | |
webdrivers (5.2.0) | |
nokogiri (~> 1.6) | |
rubyzip (>= 1.3.0) | |
selenium-webdriver (~> 4.0) | |
websocket (1.2.9) | |
websocket-driver (0.7.5) | |
websocket-extensions (>= 0.1.0) | |
websocket-extensions (0.1.5) | |
xpath (3.2.0) | |
nokogiri (~> 1.8) | |
zeitwerk (2.6.6) | |
PLATFORMS | |
x86_64-linux | |
DEPENDENCIES | |
apparition (~> 0.6.0)! | |
bootsnap | |
canonical-rails | |
capybara | |
capybara-screenshot (~> 1.0) | |
database_cleaner (~> 1.7) | |
debug | |
factory_bot (>= 4.8) | |
factory_bot_rails | |
ffaker (~> 2.13) | |
jbuilder | |
pg (~> 1.1) | |
puma (~> 5.0) | |
rails (~> 7.0.4) | |
rails-controller-testing (~> 1.0.5) | |
rspec-activemodel-mocks (~> 1.1.0) | |
rspec-rails | |
rubocop (~> 1.0) | |
rubocop-performance (~> 1.5) | |
rubocop-rails (~> 2.3) | |
rubocop-rspec (~> 2.0) | |
selenium-webdriver | |
solidus_api (~> 3.2) | |
solidus_auth_devise | |
solidus_backend (~> 3.2) | |
solidus_core (~> 3.2) | |
solidus_paypal_braintree! | |
solidus_sample (~> 3.2) | |
solidus_support | |
sprockets-rails | |
truncate_html | |
tzinfo-data | |
view_component (~> 2.46) | |
web-console | |
webdrivers | |
RUBY VERSION | |
ruby 3.1.2p20 | |
BUNDLED WITH | |
2.3.16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment