Skip to content

Commit

Permalink
working on Rails 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Provost committed Oct 6, 2023
1 parent fc0b0f4 commit 670d47a
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cased-ruby (0.8.0)
activesupport (>= 6.1, < 7.1)
activesupport (>= 6.1, <= 7.1)
dotpath (~> 0.1.0)
faraday (~> 2.0)
json (~> 2.5.1)
Expand Down
2 changes: 1 addition & 1 deletion cased-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.7.0'

spec.add_dependency 'activesupport', '>= 6.1', '< 7.1'
spec.add_dependency 'activesupport', '>= 6.1', '<= 7.1'
spec.add_dependency 'dotpath', '~> 0.1.0'
spec.add_dependency 'faraday', '~> 2.0'
spec.add_dependency 'json', '~> 2.5.1'
Expand Down
124 changes: 124 additions & 0 deletions gemfile-locks/Gemfile-activesupport-71.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
PATH
remote: .
specs:
cased-ruby (0.8.0)
activesupport (>= 6.1, < 7.1)
dotpath (~> 0.1.0)
faraday (~> 2.0)
json (~> 2.5.1)
jwt (~> 2.7.1)
net-http-persistent (~> 4.0.1)
subprocess (~> 1.5.5)
tty-prompt (~> 0.23.1)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
byebug (11.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
crack (0.4.5)
rexml
docile (1.4.0)
dotpath (0.1.0)
faraday (2.3.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
hashdiff (1.0.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.5.1)
jwt (2.7.1)
minitest (5.14.4)
mocha (1.13.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
pastel (0.8.0)
tty-color (~> 0.5)
public_suffix (4.0.6)
rack (2.2.3)
rack-protection (2.1.0)
rack
rainbow (3.0.0)
rake (13.0.6)
redis (4.4.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.20.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.9.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.5)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sidekiq (6.0.7)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.3)
subprocess (1.5.6)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-prompt (0.23.1)
pastel (~> 0.8)
tty-reader (~> 0.8)
tty-reader (0.9.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
wisper (2.0.1)
yard (0.9.26)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 2.4.15)
byebug (~> 11.1.3)
cased-ruby!
minitest (~> 5.14.4)
mocha (~> 1.13.0)
rack (~> 2.2.3)
rake (~> 13.0.6)
rubocop (~> 1.20.0)
rubocop-performance (~> 1.11.5)
sidekiq (= 6.0.7)
simplecov (= 0.18.5)
webmock (~> 3.14.0)
yard (~> 0.9.26)

BUNDLED WITH
2.4.15

0 comments on commit 670d47a

Please sign in to comment.