Skip to content

Commit 1c6e756

Browse files
committed
Update activerecord to 6.1.6.1 for security fixes
1 parent e61aaaa commit 1c6e756

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ group :development, :test do
66
gem 'rake'
77
gem 'json-jruby', :platform => :jruby
88
gem "activesupport"
9-
gem "activerecord", ">= 6.0.3.5"
9+
gem "activerecord", ">= 6.1.6.1"
1010
end

Gemfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ GIT
88
GEM
99
remote: http://rubygems.org/
1010
specs:
11-
activemodel (6.1.3)
12-
activesupport (= 6.1.3)
13-
activerecord (6.1.3)
14-
activemodel (= 6.1.3)
15-
activesupport (= 6.1.3)
16-
activesupport (6.1.3)
11+
activemodel (6.1.6.1)
12+
activesupport (= 6.1.6.1)
13+
activerecord (6.1.6.1)
14+
activemodel (= 6.1.6.1)
15+
activesupport (= 6.1.6.1)
16+
activesupport (6.1.6.1)
1717
concurrent-ruby (~> 1.0, >= 1.0.2)
1818
i18n (>= 1.6, < 2)
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
zeitwerk (~> 2.3)
22-
concurrent-ruby (1.1.8)
23-
i18n (1.8.9)
22+
concurrent-ruby (1.1.10)
23+
i18n (1.12.0)
2424
concurrent-ruby (~> 1.0)
25-
minitest (5.14.4)
25+
minitest (5.16.2)
2626
rake (13.0.1)
2727
rr (1.2.1)
28-
tzinfo (2.0.4)
28+
tzinfo (2.0.5)
2929
concurrent-ruby (~> 1.0)
30-
zeitwerk (2.4.2)
30+
zeitwerk (2.6.0)
3131

3232
PLATFORMS
3333
ruby
3434

3535
DEPENDENCIES
36-
activerecord (>= 6.0.3.5)
36+
activerecord (>= 6.1.6.1)
3737
activerecord-nulldb-adapter!
3838
activesupport
3939
json-jruby

display_case.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'display_case'
3-
s.version = '0.3.0'
3+
s.version = '0.3.1'
44
s.date = '2022-08-10'
55
s.summary = "An implementation of the Exhibit pattern, as described in Objects on Rails"
66
s.description = "An implementation of the Exhibit pattern, as described in Objects on Rails"

display_case.gemspec.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'display_case'
3-
s.version = '0.3.0'
3+
s.version = '0.3.1'
44
s.date = '<%= Time.now.strftime('%Y-%m-%d') %>'
55
s.summary = "An implementation of the Exhibit pattern, as described in Objects on Rails"
66
s.description = "An implementation of the Exhibit pattern, as described in Objects on Rails"

0 commit comments

Comments
 (0)