Skip to content

Commit

Permalink
Fixed activerecord versioning issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarona committed Sep 28, 2021
1 parent dc24310 commit 25a18fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### September 2021 - Version 2.0.3
### 28 September 2021 - Version 2.0.4
Bumped activerecord requirement to 6.0.3.5 for security purposes
Bumped rexml requirement to 3.2.5 for security purposes

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
slow_your_roles (2.0.3)
slow_your_roles (2.0.4)
activesupport (~> 6.0, >= 6.0.3.5)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('slow_your_roles', '2.0.3') do |p|
Echoe.new('slow_your_roles', '2.0.4') do |p|
p.description = 'Easy role authorization in rails'
p.url = 'http://github.com/aarona/slow_your_roles'
p.author = 'Aaron A'
Expand Down
4 changes: 1 addition & 3 deletions slow_your_roles.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'slow_your_roles'
s.version = '2.0.3'
s.version = '2.0.4'
s.authors = ['Aaron A']
s.date = '2020-04-21'
s.summary = 'Easy role authorization in Rails'
Expand All @@ -29,9 +29,7 @@ Gem::Specification.new do |s|
]
s.require_paths = ['lib']

# s.add_runtime_dependency('activesupport', ['>= 6.0.3.5'])
s.add_runtime_dependency 'activesupport', '~> 6.0', '>= 6.0.3.5'
# s.add_development_dependency('activerecord', ['>= 6.0.3.5'])
s.add_development_dependency 'activerecord', '~> 6.0', '>= 6.0.3.5'
s.add_development_dependency('rspec', ['>= 0'])
s.add_development_dependency('rubocop', ['>= 0'])
Expand Down

0 comments on commit 25a18fa

Please sign in to comment.