cypress-rails 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51850b1aa42e0669b0f94e97f73b7f9f6858ab04c6290645c29c556c5b6ccc9e
4
- data.tar.gz: edade573f72bf936fe1489872bcbcd0ed824c8c04b4b56728260402f551e2e88
3
+ metadata.gz: 24eb8b9afcb78821b2291a9f649aa23289be2de7b7e301aa04bbc521af73f5d6
4
+ data.tar.gz: 76d178ce43355d9072d400101bf7e2166e84124e20e406b785b1d3983a5c7f5e
5
5
  SHA512:
6
- metadata.gz: 81c23646df18000812108410396a1b65eb3bbd8300ecdd00a37f3aca789ac567e465634690ae4a902ff6bc6baa4616782f8af5071a2ccb6379bbc3f785908c5f
7
- data.tar.gz: 7848d68edac62c1ddb86e779b22b3eda78c1ca350661e6a95433e364ffcdbb7e708f09a88334edfafebe23f7a569f1958e39b535a264fa2b80633e0afd0e7322
6
+ metadata.gz: de8f996a5e27aa4788c5fcf496b6c48d486261b343bb914ed0a55399c1560499642cf9413faa39bad17db08cb29fda94d91ecb4ec03539ae7a495380ef8d4d2b
7
+ data.tar.gz: c12bdc03096784182c2aa048e96386e8ce3ca8742eed24d1c1b0a0dcbcf438270f53a1d07d721d17eee85d9b950633d705760a519a7441811a9c5f6a0da23529
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.6.1
4
+
5
+ * Fix a deprecation warning in Rails
6
+ [#157](https://github.com/testdouble/cypress-rails/pull/157)
7
+
3
8
  ## 0.6.0
4
9
 
5
10
  * Update initializer task to generate valid Cypress v10+ configurations
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cypress-rails (0.6.0)
4
+ cypress-rails (0.6.1)
5
5
  puma (>= 3.8.0)
6
6
  railties (>= 5.2.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (7.0.5)
12
- actionview (= 7.0.5)
13
- activesupport (= 7.0.5)
11
+ actionpack (7.0.6)
12
+ actionview (= 7.0.6)
13
+ activesupport (= 7.0.6)
14
14
  rack (~> 2.0, >= 2.2.4)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (7.0.5)
19
- activesupport (= 7.0.5)
18
+ actionview (7.0.6)
19
+ activesupport (= 7.0.6)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (7.0.5)
24
+ activesupport (7.0.6)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
26
  i18n (>= 1.6, < 2)
27
27
  minitest (>= 5.1)
@@ -40,7 +40,7 @@ GEM
40
40
  mini_portile2 (2.8.2)
41
41
  minitest (5.15.0)
42
42
  nio4r (2.5.9)
43
- nokogiri (1.15.2)
43
+ nokogiri (1.15.3)
44
44
  mini_portile2 (~> 2.8.2)
45
45
  racc (~> 1.4)
46
46
  parallel (1.22.1)
@@ -48,19 +48,20 @@ GEM
48
48
  ast (~> 2.4.1)
49
49
  puma (6.3.0)
50
50
  nio4r (~> 2.0)
51
- racc (1.6.2)
51
+ racc (1.7.1)
52
52
  rack (2.2.7)
53
53
  rack-test (2.1.0)
54
54
  rack (>= 1.3)
55
- rails-dom-testing (2.0.3)
56
- activesupport (>= 4.2.0)
55
+ rails-dom-testing (2.1.1)
56
+ activesupport (>= 5.0.0)
57
+ minitest
57
58
  nokogiri (>= 1.6)
58
59
  rails-html-sanitizer (1.6.0)
59
60
  loofah (~> 2.21)
60
61
  nokogiri (~> 1.14)
61
- railties (7.0.5)
62
- actionpack (= 7.0.5)
63
- activesupport (= 7.0.5)
62
+ railties (7.0.6)
63
+ actionpack (= 7.0.6)
64
+ activesupport (= 7.0.6)
64
65
  method_source
65
66
  rake (>= 12.2)
66
67
  thor (~> 1.0)
@@ -46,7 +46,7 @@ module CypressRails
46
46
  end
47
47
  @connections.clear
48
48
 
49
- ActiveRecord::Base.clear_active_connections!
49
+ ActiveRecord::Base.connection_handler.clear_active_connections!
50
50
  end
51
51
 
52
52
  private
@@ -1,3 +1,3 @@
1
1
  module CypressRails
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cypress-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-05 00:00:00.000000000 Z
11
+ date: 2023-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0'
161
161
  requirements: []
162
- rubygems_version: 3.4.10
162
+ rubygems_version: 3.4.14
163
163
  signing_key:
164
164
  specification_version: 4
165
165
  summary: Helps you write Cypress tests of your Rails app