Skip to content

Commit 22f7893

Browse files
committed
activesupport up to 6.1.7.2
1 parent edfd3a7 commit 22f7893

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gem 'google-api-client', '~> 0.9.4'
6565
gem 'google-protobuf', '~> 3.19.6'
6666
gem 'fog-aws', '~> 0.12.0'
6767
gem 'fog-google', '~> 0.4.2'
68-
gem 'activerecord', '~> 6.1.6.1'
68+
gem 'activerecord', '~> 6.1.7.2'
6969
gem 'rollout', '~> 1.1.0'
7070
gem 'coder', '~> 0.4.0'
7171
gem 'virtus', '~> 1.0.0'

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ GIT
4343

4444
GIT
4545
remote: https://github.com/travis-ci/simple_states
46-
revision: b7dffc715181e54313784b315f6b7df795d01db4
46+
revision: 458685f90e64639a6dc5e49081b3275777ed9edb
4747
branch: 6.1
4848
specs:
4949
simple_states (1.0.2)
50-
activesupport (~> 6.1.6.1)
50+
activesupport (~> 6.1.7.2)
5151

5252
GIT
5353
remote: https://github.com/travis-ci/travis-amqp
@@ -84,11 +84,11 @@ GIT
8484

8585
GIT
8686
remote: https://github.com/travis-ci/travis-settings
87-
revision: 9d6f936fd5eb3431162d82783e7ca3f64d22db95
87+
revision: dd614292ede63952f75d5f78594a23e5e05a862a
8888
branch: 6.1
8989
specs:
9090
travis-settings (0.0.2)
91-
activemodel (~> 6.1.6.1)
91+
activemodel (~> 6.1.7.1)
9292
virtus
9393

9494
GIT
@@ -104,12 +104,12 @@ GEM
104104
active_model_serializers (0.9.8)
105105
activemodel (>= 3.2)
106106
concurrent-ruby (~> 1.0)
107-
activemodel (6.1.6.1)
108-
activesupport (= 6.1.6.1)
109-
activerecord (6.1.6.1)
110-
activemodel (= 6.1.6.1)
111-
activesupport (= 6.1.6.1)
112-
activesupport (6.1.6.1)
107+
activemodel (6.1.7.2)
108+
activesupport (= 6.1.7.2)
109+
activerecord (6.1.7.2)
110+
activemodel (= 6.1.7.2)
111+
activesupport (= 6.1.7.2)
112+
activesupport (6.1.7.2)
113113
concurrent-ruby (~> 1.0, >= 1.0.2)
114114
i18n (>= 1.6, < 2)
115115
minitest (>= 5.1)
@@ -136,7 +136,7 @@ GEM
136136
descendants_tracker (~> 0.0.1)
137137
composite_primary_keys (13.0.3)
138138
activerecord (~> 6.1.0)
139-
concurrent-ruby (1.1.10)
139+
concurrent-ruby (1.2.0)
140140
connection_pool (2.2.5)
141141
crack (0.4.5)
142142
rexml
@@ -416,7 +416,7 @@ GEM
416416
timecop (0.9.4)
417417
tool (0.2.3)
418418
travis-rollout (0.0.2)
419-
tzinfo (2.0.5)
419+
tzinfo (2.0.6)
420420
concurrent-ruby (~> 1.0)
421421
uber (0.0.15)
422422
unf (0.1.4)
@@ -445,7 +445,7 @@ PLATFORMS
445445

446446
DEPENDENCIES
447447
active_model_serializers (~> 0.9.8)
448-
activerecord (~> 6.1.6.1)
448+
activerecord (~> 6.1.7.2)
449449
addressable (~> 2.8.0)
450450
allocation_tracer
451451
bunny (~> 2.9.2)

lib/patches/active_record/predicate_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
EXPECTED_AR_VERSION = '6.1.6.1'.freeze
3+
EXPECTED_AR_VERSION = '6.1.7.2'.freeze
44
ACTUAL_AR_VERSION = "#{ActiveRecord::VERSION::MAJOR}.#{ActiveRecord::VERSION::MINOR}.#{ActiveRecord::VERSION::TINY}.#{ActiveRecord::VERSION::PRE}"
55

66
if EXPECTED_AR_VERSION != ACTUAL_AR_VERSION

0 commit comments

Comments
 (0)