summaryrefslogtreecommitdiff
path: root/spec/fixtures/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/ruby')
-rw-r--r--spec/fixtures/ruby/bundler-gem-conflict/Gemfile66
-rw-r--r--spec/fixtures/ruby/bundler-gem-conflict/Gemfile.lock489
2 files changed, 555 insertions, 0 deletions
diff --git a/spec/fixtures/ruby/bundler-gem-conflict/Gemfile b/spec/fixtures/ruby/bundler-gem-conflict/Gemfile
new file mode 100644
index 0000000..68beefb
--- /dev/null
+++ b/spec/fixtures/ruby/bundler-gem-conflict/Gemfile
@@ -0,0 +1,66 @@
+source 'https://rubygems.org'
+git_source(:github) { |repo| "https://github.com/#{repo}.git" }
+
+ruby '2.7.1'
+
+gem 'rails', '~> 6.0'
+gem 'pg'
+gem 'devise'
+gem 'acts-as-taggable-on', '~> 6.0'
+gem 'mini_magick'
+gem 'google-cloud-storage', "~> 1.8"
+gem 'pundit'
+gem 'pry'
+gem 'postmark-rails'
+# gem "passenger", ">= 5.0.25", require: "phusion_passenger/rack_handler"
+gem 'puma'
+gem 'httparty'
+gem 'sidekiq'
+gem 'sidekiq-failures', '~> 1.0'
+gem 'sidekiq_alive'
+
+gem 'rgeo'
+gem 'rgeo-geojson'
+gem 'geocoder'
+
+gem 'bundler'
+gem 'therubyracer'
+
+gem 'money-rails'
+gem 'creek'
+gem "sentry-raven"
+gem "skylight"
+
+gem 'simple_token_authentication'
+gem 'grape'
+gem 'grape-entity'
+gem 'grape-swagger'
+gem 'grape-swagger-entity'
+
+gem 'kaminari'
+gem 'caxlsx'
+
+# Reduces boot times through caching; required in config/boot.rb
+gem 'bootsnap', '>= 1.1.0', require: false
+
+group :development, :test do
+ # Call 'byebug' anywhere in the code to stop execution and get a debugger console
+ gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
+ gem 'rspec-rails'
+ gem 'guard-rspec', require: false
+ gem 'factory_bot_rails'
+ gem 'simplecov', require: false, group: :test
+ gem 'deep-cover'
+end
+
+group :development do
+ # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
+ gem 'listen', '>= 3.0.5', '< 3.2'
+ # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
+ gem 'spring'
+ gem 'spring-watcher-listen', '~> 2.0.0'
+ gem 'letter_opener'
+end
+
+# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
+gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
diff --git a/spec/fixtures/ruby/bundler-gem-conflict/Gemfile.lock b/spec/fixtures/ruby/bundler-gem-conflict/Gemfile.lock
new file mode 100644
index 0000000..d0e49df
--- /dev/null
+++ b/spec/fixtures/ruby/bundler-gem-conflict/Gemfile.lock
@@ -0,0 +1,489 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ actioncable (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ nio4r (~> 2.0)
+ websocket-driver (>= 0.6.1)
+ actionmailbox (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ activejob (= 6.0.3.1)
+ activerecord (= 6.0.3.1)
+ activestorage (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
+ mail (>= 2.7.1)
+ actionmailer (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ actionview (= 6.0.3.1)
+ activejob (= 6.0.3.1)
+ mail (~> 2.5, >= 2.5.4)
+ rails-dom-testing (~> 2.0)
+ actionpack (6.0.3.1)
+ actionview (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
+ rack (~> 2.0, >= 2.0.8)
+ rack-test (>= 0.6.3)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
+ actiontext (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ activerecord (= 6.0.3.1)
+ activestorage (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
+ nokogiri (>= 1.8.5)
+ actionview (6.0.3.1)
+ activesupport (= 6.0.3.1)
+ builder (~> 3.1)
+ erubi (~> 1.4)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
+ activejob (6.0.3.1)
+ activesupport (= 6.0.3.1)
+ globalid (>= 0.3.6)
+ activemodel (6.0.3.1)
+ activesupport (= 6.0.3.1)
+ activerecord (6.0.3.1)
+ activemodel (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
+ activestorage (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ activejob (= 6.0.3.1)
+ activerecord (= 6.0.3.1)
+ marcel (~> 0.3.1)
+ activesupport (6.0.3.1)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ zeitwerk (~> 2.2, >= 2.2.2)
+ acts-as-taggable-on (6.5.0)
+ activerecord (>= 5.0, < 6.1)
+ addressable (2.7.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ ast (2.4.0)
+ backports (3.17.2)
+ bcrypt (3.1.13)
+ binding_of_caller (0.8.0)
+ debug_inspector (>= 0.0.1)
+ bootsnap (1.4.6)
+ msgpack (~> 1.0)
+ builder (3.2.4)
+ byebug (11.1.3)
+ caxlsx (3.0.1)
+ htmlentities (~> 4.3, >= 4.3.4)
+ mimemagic (~> 0.3)
+ nokogiri (~> 1.10, >= 1.10.4)
+ rubyzip (>= 1.3.0, < 3)
+ coderay (1.1.2)
+ concurrent-ruby (1.1.6)
+ connection_pool (2.2.2)
+ crass (1.0.6)
+ creek (2.5.2)
+ nokogiri (>= 1.10.0)
+ rubyzip (>= 1.0.0)
+ debug_inspector (0.0.3)
+ declarative (0.0.10)
+ declarative-option (0.1.0)
+ deep-cover (0.8.1)
+ deep-cover-core (= 0.8.1)
+ highline
+ thor (>= 0.20.3)
+ with_progress
+ deep-cover-core (0.8.1)
+ backports (>= 3.11.0)
+ binding_of_caller
+ parser (>= 2.5)
+ pry
+ term-ansicolor
+ terminal-table
+ devise (4.7.1)
+ bcrypt (~> 3.0)
+ orm_adapter (~> 0.1)
+ railties (>= 4.1.0)
+ responders
+ warden (~> 1.2.3)
+ diff-lcs (1.3)
+ digest-crc (0.5.1)
+ docile (1.3.2)
+ dry-configurable (0.11.5)
+ concurrent-ruby (~> 1.0)
+ dry-core (~> 0.4, >= 0.4.7)
+ dry-equalizer (~> 0.2)
+ dry-container (0.7.2)
+ concurrent-ruby (~> 1.0)
+ dry-configurable (~> 0.1, >= 0.1.3)
+ dry-core (0.4.9)
+ concurrent-ruby (~> 1.0)
+ dry-equalizer (0.3.0)
+ dry-inflector (0.2.0)
+ dry-logic (1.0.6)
+ concurrent-ruby (~> 1.0)
+ dry-core (~> 0.2)
+ dry-equalizer (~> 0.2)
+ dry-types (1.4.0)
+ concurrent-ruby (~> 1.0)
+ dry-container (~> 0.3)
+ dry-core (~> 0.4, >= 0.4.4)
+ dry-equalizer (~> 0.3)
+ dry-inflector (~> 0.1, >= 0.1.2)
+ dry-logic (~> 1.0, >= 1.0.2)
+ erubi (1.9.0)
+ factory_bot (5.2.0)
+ activesupport (>= 4.2.0)
+ factory_bot_rails (5.2.0)
+ factory_bot (~> 5.2.0)
+ railties (>= 4.2.0)
+ faraday (1.0.1)
+ multipart-post (>= 1.2, < 3)
+ ffi (1.12.2)
+ formatador (0.2.5)
+ geocoder (1.6.3)
+ globalid (0.4.2)
+ activesupport (>= 4.2.0)
+ google-api-client (0.39.4)
+ addressable (~> 2.5, >= 2.5.1)
+ googleauth (~> 0.9)
+ httpclient (>= 2.8.1, < 3.0)
+ mini_mime (~> 1.0)
+ representable (~> 3.0)
+ retriable (>= 2.0, < 4.0)
+ signet (~> 0.12)
+ google-cloud-core (1.5.0)
+ google-cloud-env (~> 1.0)
+ google-cloud-errors (~> 1.0)
+ google-cloud-env (1.3.1)
+ faraday (>= 0.17.3, < 2.0)
+ google-cloud-errors (1.0.0)
+ google-cloud-storage (1.26.1)
+ addressable (~> 2.5)
+ digest-crc (~> 0.4)
+ google-api-client (~> 0.33)
+ google-cloud-core (~> 1.2)
+ googleauth (~> 0.9)
+ mini_mime (~> 1.0)
+ googleauth (0.12.0)
+ faraday (>= 0.17.3, < 2.0)
+ jwt (>= 1.4, < 3.0)
+ memoist (~> 0.16)
+ multi_json (~> 1.11)
+ os (>= 0.9, < 2.0)
+ signet (~> 0.14)
+ grape (1.3.2)
+ activesupport
+ builder
+ dry-types (>= 1.1)
+ mustermann-grape (~> 1.0.0)
+ rack (>= 1.3.0)
+ rack-accept
+ grape-entity (0.8.0)
+ activesupport (>= 3.0.0)
+ multi_json (>= 1.3.2)
+ grape-swagger (1.1.0)
+ grape (~> 1.3.0)
+ grape-swagger-entity (0.3.4)
+ grape-entity (>= 0.5.0)
+ grape-swagger (>= 0.31.0)
+ guard (2.16.2)
+ formatador (>= 0.2.4)
+ listen (>= 2.7, < 4.0)
+ lumberjack (>= 1.0.12, < 2.0)
+ nenv (~> 0.1)
+ notiffany (~> 0.0)
+ pry (>= 0.9.12)
+ shellany (~> 0.0)
+ thor (>= 0.18.1)
+ guard-compat (1.2.1)
+ guard-rspec (4.7.3)
+ guard (~> 2.1)
+ guard-compat (~> 1.1)
+ rspec (>= 2.99.0, < 4.0)
+ highline (2.0.3)
+ htmlentities (4.3.4)
+ httparty (0.18.0)
+ mime-types (~> 3.0)
+ multi_xml (>= 0.5.2)
+ httpclient (2.8.3)
+ i18n (1.8.2)
+ concurrent-ruby (~> 1.0)
+ json (2.3.0)
+ jwt (2.2.1)
+ kaminari (1.2.0)
+ activesupport (>= 4.1.0)
+ kaminari-actionview (= 1.2.0)
+ kaminari-activerecord (= 1.2.0)
+ kaminari-core (= 1.2.0)
+ kaminari-actionview (1.2.0)
+ actionview
+ kaminari-core (= 1.2.0)
+ kaminari-activerecord (1.2.0)
+ activerecord
+ kaminari-core (= 1.2.0)
+ kaminari-core (1.2.0)
+ launchy (2.5.0)
+ addressable (~> 2.7)
+ letter_opener (1.7.0)
+ launchy (~> 2.2)
+ 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.5.0)
+ crass (~> 1.0.2)
+ nokogiri (>= 1.5.9)
+ lumberjack (1.2.4)
+ mail (2.7.1)
+ mini_mime (>= 0.1.1)
+ marcel (0.3.3)
+ mimemagic (~> 0.3.2)
+ memoist (0.16.2)
+ method_source (1.0.0)
+ mime-types (3.3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2020.0512)
+ mimemagic (0.3.5)
+ mini_magick (4.10.1)
+ mini_mime (1.0.2)
+ mini_portile2 (2.4.0)
+ minitest (5.14.1)
+ monetize (1.9.4)
+ money (~> 6.12)
+ money (6.13.7)
+ i18n (>= 0.6.4, <= 2)
+ money-rails (1.13.3)
+ activesupport (>= 3.0)
+ monetize (~> 1.9.0)
+ money (~> 6.13.2)
+ railties (>= 3.0)
+ msgpack (1.3.3)
+ multi_json (1.14.1)
+ multi_xml (0.6.0)
+ multipart-post (2.1.1)
+ mustermann (1.1.1)
+ ruby2_keywords (~> 0.0.1)
+ mustermann-grape (1.0.1)
+ mustermann (>= 1.0.0)
+ nenv (0.3.0)
+ nio4r (2.5.2)
+ nokogiri (1.10.9)
+ mini_portile2 (~> 2.4.0)
+ notiffany (0.1.3)
+ nenv (~> 0.1)
+ shellany (~> 0.0)
+ orm_adapter (0.5.0)
+ os (1.1.0)
+ parser (2.7.1.2)
+ ast (~> 2.4.0)
+ pg (1.2.3)
+ postmark (1.21.1)
+ json
+ postmark-rails (0.20.0)
+ actionmailer (>= 3.0.0)
+ postmark (~> 1.15)
+ pry (0.13.1)
+ coderay (~> 1.1)
+ method_source (~> 1.0)
+ public_suffix (4.0.5)
+ puma (4.3.5)
+ nio4r (~> 2.0)
+ pundit (2.1.0)
+ activesupport (>= 3.0.0)
+ rack (2.2.2)
+ rack-accept (0.4.5)
+ rack (>= 0.4)
+ rack-protection (2.0.8.1)
+ rack
+ rack-test (1.1.0)
+ rack (>= 1.0, < 3)
+ rails (6.0.3.1)
+ actioncable (= 6.0.3.1)
+ actionmailbox (= 6.0.3.1)
+ actionmailer (= 6.0.3.1)
+ actionpack (= 6.0.3.1)
+ actiontext (= 6.0.3.1)
+ actionview (= 6.0.3.1)
+ activejob (= 6.0.3.1)
+ activemodel (= 6.0.3.1)
+ activerecord (= 6.0.3.1)
+ activestorage (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
+ bundler (>= 1.3.0)
+ railties (= 6.0.3.1)
+ sprockets-rails (>= 2.0.0)
+ rails-dom-testing (2.0.3)
+ activesupport (>= 4.2.0)
+ nokogiri (>= 1.6)
+ rails-html-sanitizer (1.3.0)
+ loofah (~> 2.3)
+ railties (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
+ method_source
+ rake (>= 0.8.7)
+ thor (>= 0.20.3, < 2.0)
+ rake (13.0.1)
+ rb-fsevent (0.10.4)
+ rb-inotify (0.10.1)
+ ffi (~> 1.0)
+ redis (4.1.4)
+ ref (2.0.0)
+ representable (3.0.4)
+ declarative (< 0.1.0)
+ declarative-option (< 0.2.0)
+ uber (< 0.2.0)
+ responders (3.0.0)
+ actionpack (>= 5.0)
+ railties (>= 5.0)
+ retriable (3.1.2)
+ rgeo (2.1.1)
+ rgeo-geojson (2.1.1)
+ rgeo (>= 1.0.0)
+ rspec (3.9.0)
+ rspec-core (~> 3.9.0)
+ rspec-expectations (~> 3.9.0)
+ rspec-mocks (~> 3.9.0)
+ rspec-core (3.9.2)
+ rspec-support (~> 3.9.3)
+ rspec-expectations (3.9.2)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.9.0)
+ rspec-mocks (3.9.1)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.9.0)
+ rspec-rails (4.0.1)
+ actionpack (>= 4.2)
+ activesupport (>= 4.2)
+ railties (>= 4.2)
+ rspec-core (~> 3.9)
+ rspec-expectations (~> 3.9)
+ rspec-mocks (~> 3.9)
+ rspec-support (~> 3.9)
+ rspec-support (3.9.3)
+ ruby-progressbar (1.10.1)
+ ruby2_keywords (0.0.2)
+ ruby_dep (1.5.0)
+ rubyzip (2.3.0)
+ sentry-raven (3.0.0)
+ faraday (>= 1.0)
+ shellany (0.0.1)
+ sidekiq (6.0.7)
+ connection_pool (>= 2.2.2)
+ rack (~> 2.0)
+ rack-protection (>= 2.0.0)
+ redis (>= 4.1.0)
+ sidekiq-failures (1.0.0)
+ sidekiq (>= 4.0.0)
+ sidekiq_alive (2.0.1)
+ sidekiq
+ sinatra
+ signet (0.14.0)
+ addressable (~> 2.3)
+ faraday (>= 0.17.3, < 2.0)
+ jwt (>= 1.5, < 3.0)
+ multi_json (~> 1.10)
+ simple_token_authentication (1.17.0)
+ actionmailer (>= 3.2.6, < 7)
+ actionpack (>= 3.2.6, < 7)
+ devise (>= 3.2, < 6)
+ simplecov (0.18.5)
+ docile (~> 1.1)
+ simplecov-html (~> 0.11)
+ simplecov-html (0.12.2)
+ sinatra (2.0.8.1)
+ mustermann (~> 1.0)
+ rack (~> 2.0)
+ rack-protection (= 2.0.8.1)
+ tilt (~> 2.0)
+ skylight (4.3.0)
+ skylight-core (= 4.3.0)
+ skylight-core (4.3.0)
+ activesupport (>= 4.2.0)
+ spring (2.1.0)
+ spring-watcher-listen (2.0.1)
+ listen (>= 2.7, < 4.0)
+ spring (>= 1.2, < 3.0)
+ sprockets (4.0.0)
+ concurrent-ruby (~> 1.0)
+ rack (> 1, < 3)
+ sprockets-rails (3.2.1)
+ actionpack (>= 4.0)
+ activesupport (>= 4.0)
+ sprockets (>= 3.0.0)
+ sync (0.5.0)
+ term-ansicolor (1.7.1)
+ tins (~> 1.0)
+ terminal-table (1.8.0)
+ unicode-display_width (~> 1.1, >= 1.1.1)
+ therubyracer (0.12.3)
+ libv8 (~> 3.16.14.15)
+ ref
+ thor (1.0.1)
+ thread_safe (0.3.6)
+ tilt (2.0.10)
+ tins (1.25.0)
+ sync
+ tzinfo (1.2.7)
+ thread_safe (~> 0.1)
+ uber (0.1.0)
+ unicode-display_width (1.7.0)
+ warden (1.2.8)
+ rack (>= 2.0.6)
+ websocket-driver (0.7.1)
+ websocket-extensions (>= 0.1.0)
+ websocket-extensions (0.1.4)
+ with_progress (1.0.1)
+ ruby-progressbar (~> 1.4)
+ zeitwerk (2.3.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ acts-as-taggable-on (~> 6.0)
+ bootsnap (>= 1.1.0)
+ bundler
+ byebug
+ caxlsx
+ creek
+ deep-cover
+ devise
+ factory_bot_rails
+ geocoder
+ google-cloud-storage (~> 1.8)
+ grape
+ grape-entity
+ grape-swagger
+ grape-swagger-entity
+ guard-rspec
+ httparty
+ kaminari
+ letter_opener
+ listen (>= 3.0.5, < 3.2)
+ mini_magick
+ money-rails
+ pg
+ postmark-rails
+ pry
+ puma
+ pundit
+ rails (~> 6.0)
+ rgeo
+ rgeo-geojson
+ rspec-rails
+ sentry-raven
+ sidekiq
+ sidekiq-failures (~> 1.0)
+ sidekiq_alive
+ simple_token_authentication
+ simplecov
+ skylight
+ spring
+ spring-watcher-listen (~> 2.0.0)
+ therubyracer
+ tzinfo-data
+
+RUBY VERSION
+ ruby 2.7.1p83
+
+BUNDLED WITH
+ 2.1.4