Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,22 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.3)
activesupport (= 6.1.3)
activerecord (6.1.3)
activemodel (= 6.1.3)
activesupport (= 6.1.3)
activesupport (6.1.3)
activemodel (7.0.4.3)
activesupport (= 7.0.4.3)
activerecord (7.0.4.3)
activemodel (= 7.0.4.3)
activesupport (= 7.0.4.3)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
buftok (0.2.0)
colorize (0.8.1)
concurrent-ruby (1.1.8)
concurrent-ruby (1.2.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
cupsffi (0.1.9)
Expand All @@ -58,12 +57,12 @@ GEM
domain_name (~> 0.5)
http-form_data (2.3.0)
http_parser.rb (0.6.0)
i18n (1.8.9)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
minitest (5.14.4)
minitest (5.18.0)
multipart-post (2.1.1)
naught (1.1.0)
parallel (1.19.1)
Expand Down Expand Up @@ -99,7 +98,7 @@ GEM
simple_oauth (0.3.1)
sqlite3 (1.4.2)
thread_safe (0.3.6)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
Expand All @@ -111,14 +110,13 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
wiringpi (2.32.0)
zeitwerk (2.4.2)

PLATFORMS
ruby

DEPENDENCIES
PRNSTN!
activerecord (~> 6)
activerecord (~> 7)
bundler
colorize
cupsffi (~> 0.1)
Expand Down
2 changes: 1 addition & 1 deletion prnstn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_development_dependency 'activerecord', '~>6'
spec.add_development_dependency 'activerecord', '~>7'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'colorize'
spec.add_development_dependency 'cupsffi', '~> 0.1'
Expand Down