Skip to content

Commit

Permalink
Merge pull request #58 from atomicjolt/ds/loosen-atomic-lti-requirements
Browse files Browse the repository at this point in the history
Relax atomic_lti requirements
  • Loading branch information
jbasdf authored Jan 29, 2025
2 parents cf5c7fb + a94fdac commit 19d0821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
atomic_tenant (1.3.1)
atomic_lti (>= 1.3, < 4)
atomic_tenant (1.4.1)
atomic_lti (>= 1.3, < 5)
rails (>= 7.0, < 9)

GEM
Expand Down
2 changes: 1 addition & 1 deletion atomic_tenant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
end

spec.add_dependency 'atomic_lti', '>= 1.3', '< 4'
spec.add_dependency 'atomic_lti', '>= 1.3', '< 5'
spec.add_dependency 'rails', '>= 7.0', '< 9'
spec.add_development_dependency 'rspec', '~> 2.0'
end
2 changes: 1 addition & 1 deletion lib/atomic_tenant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AtomicTenant
VERSION = '1.3.1'
VERSION = '1.4.1'
end

0 comments on commit 19d0821

Please sign in to comment.