cypress-rails 0.5.3 → 0.5.5

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: efaf85898e684adf953cc9951a47fd6c97dde338cb0b5719ed6686dcb7b2b19b
4
- data.tar.gz: 3685cd5e6be4e515c65da1c4b756e8847ead9899936fd0925b97145332b7b977
3
+ metadata.gz: ae446250c398506746da939b9c0e4f9aa1aaecbb4be9d3e3124eee346e88cc90
4
+ data.tar.gz: e6ba7ea44d1f639a553fb993bc61199033b3a261629eb9854884959ca0235610
5
5
  SHA512:
6
- metadata.gz: '088fbf9e266da8d373d4e8f2b70635dc80956bc38a22c28b74555ed0e5ecf0774188bcf9e35f4d612dbdb4ea94f7c904da82b06c21162a9390edccde254328d4'
7
- data.tar.gz: 327e0a512b34dfa1157465b77d42a4150cf54d2a93e03ef1f342b388bb5e0dfd9a95d9b30a1b707d3ac819c113d0c9a3cd84f612e71b4e4d55b3d3aced211b8a
6
+ metadata.gz: 8bddf7956369cc4d8d00f114317adcde1addb335f42cf223f05e1502ce97241c4f40c6b44a033100c3d753c7dd03778298e99ac4522e86a8baee0ca85da0e300
7
+ data.tar.gz: 043ccdc00e048ad23fc5adf5e3e1e3bb4a4f7ed2c6dddaf9a4a774a4f301dcda33b9b65224893c9c613fa25ddc6d075436af3f221fc3bceffefc26b2def193e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.5.5
4
+
5
+ * Add Puma 6 support
6
+ [#136](https://github.com/testdouble/cypress-rails/pull/136)
7
+
8
+ ## 0.5.4
9
+
10
+ * Fix Rails 5 support
11
+ [#126](https://github.com/testdouble/cypress-rails/pull/126)
12
+
3
13
  ## 0.5.3
4
14
 
5
15
  * Fix 2.5 & 2.6 compatibility
data/Gemfile.lock CHANGED
@@ -1,96 +1,96 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cypress-rails (0.5.3)
4
+ cypress-rails (0.5.5)
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 (6.1.4.1)
12
- actionview (= 6.1.4.1)
13
- activesupport (= 6.1.4.1)
14
- rack (~> 2.0, >= 2.0.9)
11
+ actionpack (7.0.4)
12
+ actionview (= 7.0.4)
13
+ activesupport (= 7.0.4)
14
+ rack (~> 2.0, >= 2.2.0)
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 (6.1.4.1)
19
- activesupport (= 6.1.4.1)
18
+ actionview (7.0.4)
19
+ activesupport (= 7.0.4)
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 (6.1.4.1)
24
+ activesupport (7.0.4)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
26
  i18n (>= 1.6, < 2)
27
27
  minitest (>= 5.1)
28
28
  tzinfo (~> 2.0)
29
- zeitwerk (~> 2.3)
30
29
  ast (2.4.2)
31
30
  builder (3.2.4)
32
- concurrent-ruby (1.1.9)
31
+ concurrent-ruby (1.1.10)
33
32
  crass (1.0.6)
34
- erubi (1.10.0)
35
- i18n (1.8.10)
33
+ erubi (1.11.0)
34
+ i18n (1.12.0)
36
35
  concurrent-ruby (~> 1.0)
37
- loofah (2.12.0)
36
+ loofah (2.19.0)
38
37
  crass (~> 1.0.2)
39
38
  nokogiri (>= 1.5.9)
40
39
  method_source (1.0.0)
41
- mini_portile2 (2.6.1)
42
- minitest (5.14.4)
40
+ mini_portile2 (2.8.0)
41
+ minitest (5.15.0)
43
42
  nio4r (2.5.8)
44
- nokogiri (1.12.4)
45
- mini_portile2 (~> 2.6.1)
43
+ nokogiri (1.13.8)
44
+ mini_portile2 (~> 2.8.0)
46
45
  racc (~> 1.4)
47
- parallel (1.20.1)
48
- parser (3.0.1.1)
46
+ parallel (1.22.1)
47
+ parser (3.1.2.0)
49
48
  ast (~> 2.4.1)
50
- puma (5.4.0)
49
+ puma (6.0.0)
51
50
  nio4r (~> 2.0)
52
- racc (1.5.2)
53
- rack (2.2.3)
54
- rack-test (1.1.0)
55
- rack (>= 1.0, < 3)
51
+ racc (1.6.0)
52
+ rack (2.2.4)
53
+ rack-test (2.0.2)
54
+ rack (>= 1.3)
56
55
  rails-dom-testing (2.0.3)
57
56
  activesupport (>= 4.2.0)
58
57
  nokogiri (>= 1.6)
59
- rails-html-sanitizer (1.4.2)
58
+ rails-html-sanitizer (1.4.3)
60
59
  loofah (~> 2.3)
61
- railties (6.1.4.1)
62
- actionpack (= 6.1.4.1)
63
- activesupport (= 6.1.4.1)
60
+ railties (7.0.4)
61
+ actionpack (= 7.0.4)
62
+ activesupport (= 7.0.4)
64
63
  method_source
65
- rake (>= 0.13)
64
+ rake (>= 12.2)
66
65
  thor (~> 1.0)
67
- rainbow (3.0.0)
68
- rake (13.0.4)
69
- regexp_parser (2.1.1)
66
+ zeitwerk (~> 2.5)
67
+ rainbow (3.1.1)
68
+ rake (13.0.6)
69
+ regexp_parser (2.4.0)
70
70
  rexml (3.2.5)
71
- rubocop (1.18.2)
71
+ rubocop (1.29.1)
72
72
  parallel (~> 1.10)
73
- parser (>= 3.0.0.0)
73
+ parser (>= 3.1.0.0)
74
74
  rainbow (>= 2.2.2, < 4.0)
75
75
  regexp_parser (>= 1.8, < 3.0)
76
- rexml
77
- rubocop-ast (>= 1.7.0, < 2.0)
76
+ rexml (>= 3.2.5, < 4.0)
77
+ rubocop-ast (>= 1.17.0, < 2.0)
78
78
  ruby-progressbar (~> 1.7)
79
79
  unicode-display_width (>= 1.4.0, < 3.0)
80
- rubocop-ast (1.7.0)
81
- parser (>= 3.0.1.1)
82
- rubocop-performance (1.11.3)
80
+ rubocop-ast (1.18.0)
81
+ parser (>= 3.1.1.0)
82
+ rubocop-performance (1.13.3)
83
83
  rubocop (>= 1.7.0, < 2.0)
84
84
  rubocop-ast (>= 0.4.0)
85
85
  ruby-progressbar (1.11.0)
86
- standard (1.1.4)
87
- rubocop (= 1.18.2)
88
- rubocop-performance (= 1.11.3)
89
- thor (1.1.0)
90
- tzinfo (2.0.4)
86
+ standard (1.12.1)
87
+ rubocop (= 1.29.1)
88
+ rubocop-performance (= 1.13.3)
89
+ thor (1.2.1)
90
+ tzinfo (2.0.5)
91
91
  concurrent-ruby (~> 1.0)
92
- unicode-display_width (2.0.0)
93
- zeitwerk (2.4.2)
92
+ unicode-display_width (2.1.0)
93
+ zeitwerk (2.6.1)
94
94
 
95
95
  PLATFORMS
96
96
  ruby
@@ -103,4 +103,4 @@ DEPENDENCIES
103
103
  standard (>= 0.2.0)
104
104
 
105
105
  BUNDLED WITH
106
- 2.2.15
106
+ 2.3.13
@@ -68,6 +68,7 @@ module CypressRails
68
68
  # need to share a connection pool so that the reading connection
69
69
  # can see data in the open transaction on the writing connection.
70
70
  def setup_shared_connection_pool
71
+ return unless ActiveRecord::TestFixtures.respond_to?(:setup_shared_connection_pool)
71
72
  @legacy_saved_pool_configs ||= Hash.new { |hash, key| hash[key] = {} }
72
73
  @saved_pool_configs ||= Hash.new { |hash, key| hash[key] = {} }
73
74
 
@@ -12,18 +12,18 @@ module CypressRails
12
12
 
13
13
  conf = Rack::Handler::Puma.config(app, options)
14
14
  conf.clamp
15
- events = ::Puma::Events.stdio
15
+ logger = (defined?(::Puma::LogWriter) ? ::Puma::LogWriter : ::Puma::Events).stdio
16
16
 
17
17
  puma_ver = Gem::Version.new(::Puma::Const::PUMA_VERSION)
18
18
  require_relative "patches/puma_ssl" if (Gem::Version.new("4.0.0")...Gem::Version.new("4.1.0")).cover? puma_ver
19
19
 
20
- events.log "Starting Puma..."
21
- events.log "* Version #{::Puma::Const::PUMA_VERSION} , codename: #{::Puma::Const::CODE_NAME}"
22
- events.log "* Min threads: #{conf.options[:min_threads]}, max threads: #{conf.options[:max_threads]}"
20
+ logger.log "Starting Puma..."
21
+ logger.log "* Version #{::Puma::Const::PUMA_VERSION} , codename: #{::Puma::Const::CODE_NAME}"
22
+ logger.log "* Min threads: #{conf.options[:min_threads]}, max threads: #{conf.options[:max_threads]}"
23
23
 
24
- ::Puma::Server.new(conf.app, events, conf.options).tap do |s|
25
- s.binder.parse conf.options[:binds], s.events
26
- s.min_threads, s.max_threads = conf.options[:min_threads], conf.options[:max_threads]
24
+ ::Puma::Server.new(conf.app, defined?(::Puma::LogWriter) ? nil : logger, conf.options).tap do |s|
25
+ s.binder.parse conf.options[:binds], s.respond_to?(:log_writer) ? s.log_writer : s.events
26
+ s.min_threads, s.max_threads = conf.options[:min_threads], conf.options[:max_threads] if s.respond_to?(:min_threads=)
27
27
  end.run.join
28
28
  end
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module CypressRails
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.5"
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.5.3
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-17 00:00:00.000000000 Z
11
+ date: 2022-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.2.15
161
+ rubygems_version: 3.3.20
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Helps you write Cypress tests of your Rails app