Skip to content

Commit

Permalink
update rspec and capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamfall committed Nov 6, 2023
1 parent 83540de commit 4206ef4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ gem 'dotenv-rails'

group :development, :test do
# Enviroment variables
gem 'rspec-rails', '~> 4.0.1'
gem 'rspec-rails', '~> 6.0'
gem 'rspec-github', require: false
gem "pry-byebug"
gem 'rails-controller-testing'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ GEM
pusher-signature (~> 0.1.8)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.7.2)
racc (1.7.3)
rack (2.2.8)
rack-canonical-host (1.2.0)
addressable (> 0, < 3)
Expand Down Expand Up @@ -611,14 +611,14 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-rails (6.0.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-sidekiq (4.0.2)
rspec-core (~> 3.0)
rspec-expectations (~> 3.0)
Expand Down Expand Up @@ -844,7 +844,7 @@ DEPENDENCIES
responders (~> 3.0)
rest-client
rspec-github
rspec-rails (~> 4.0.1)
rspec-rails (~> 6.0)
rspec-sidekiq
rspec_junit_formatter (= 0.2.3)
rubocop (~> 0.52)
Expand Down

0 comments on commit 4206ef4

Please sign in to comment.