Skip to content

Commit

Permalink
Attempt to fix the core specs
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed May 10, 2023
1 parent 9d4836b commit e9ef8b6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
9 changes: 6 additions & 3 deletions Gemfile.lock
Expand Up @@ -125,7 +125,10 @@ PATH
puma (~> 5.0)
rails-controller-testing (~> 1.0)
rspec-cells (~> 0.3.7)
rspec-core (= 3.12.1)
rspec-expectations (= 3.12.2)
rspec-html-matchers (~> 0.9.1)
rspec-mocks (= 3.12.3)
rspec-rails (~> 4.0)
rspec-retry (~> 0.6.2)
rspec_junit_formatter (~> 0.3.0)
Expand Down Expand Up @@ -696,15 +699,15 @@ GEM
rspec-cells (0.3.8)
cells (>= 4.0.0, < 6.0.0)
rspec-rails (>= 3.0.0, < 6.1.0)
rspec-core (3.12.2)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-html-matchers (0.9.4)
nokogiri (~> 1)
rspec (>= 3.0.0.a, < 4)
rspec-mocks (3.12.5)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (4.1.2)
Expand Down
3 changes: 3 additions & 0 deletions decidim-dev/decidim-dev.gemspec
Expand Up @@ -35,8 +35,11 @@ Gem::Specification.new do |s|
s.add_dependency "puma", "~> 5.0"
s.add_dependency "rails-controller-testing", "~> 1.0"
s.add_dependency "rspec-cells", "~> 0.3.7"
s.add_dependency "rspec-core", "= 3.12.1"
s.add_dependency "rspec-expectations", "= 3.12.2"
s.add_dependency "rspec-html-matchers", "~> 0.9.1"
s.add_dependency "rspec_junit_formatter", "~> 0.3.0"
s.add_dependency "rspec-mocks", "= 3.12.3"
s.add_dependency "rspec-rails", "~> 4.0"
s.add_dependency "rspec-retry", "~> 0.6.2"
s.add_dependency "rubocop", "~> 1.28.0"
Expand Down
9 changes: 6 additions & 3 deletions decidim-generators/Gemfile.lock
Expand Up @@ -125,7 +125,10 @@ PATH
puma (~> 5.0)
rails-controller-testing (~> 1.0)
rspec-cells (~> 0.3.7)
rspec-core (= 3.12.1)
rspec-expectations (= 3.12.2)
rspec-html-matchers (~> 0.9.1)
rspec-mocks (= 3.12.3)
rspec-rails (~> 4.0)
rspec-retry (~> 0.6.2)
rspec_junit_formatter (~> 0.3.0)
Expand Down Expand Up @@ -696,15 +699,15 @@ GEM
rspec-cells (0.3.8)
cells (>= 4.0.0, < 6.0.0)
rspec-rails (>= 3.0.0, < 6.1.0)
rspec-core (3.12.2)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-html-matchers (0.9.4)
nokogiri (~> 1)
rspec (>= 3.0.0.a, < 4)
rspec-mocks (3.12.5)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (4.1.2)
Expand Down
9 changes: 6 additions & 3 deletions decidim_app-design/Gemfile.lock
Expand Up @@ -125,7 +125,10 @@ PATH
puma (~> 5.0)
rails-controller-testing (~> 1.0)
rspec-cells (~> 0.3.7)
rspec-core (= 3.12.1)
rspec-expectations (= 3.12.2)
rspec-html-matchers (~> 0.9.1)
rspec-mocks (= 3.12.3)
rspec-rails (~> 4.0)
rspec-retry (~> 0.6.2)
rspec_junit_formatter (~> 0.3.0)
Expand Down Expand Up @@ -696,15 +699,15 @@ GEM
rspec-cells (0.3.8)
cells (>= 4.0.0, < 6.0.0)
rspec-rails (>= 3.0.0, < 6.1.0)
rspec-core (3.12.2)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-html-matchers (0.9.4)
nokogiri (~> 1)
rspec (>= 3.0.0.a, < 4)
rspec-mocks (3.12.5)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (4.1.2)
Expand Down

0 comments on commit e9ef8b6

Please sign in to comment.