Skip to content

Commit

Permalink
Merge pull request #55 from atomicjolt/ds/loosen-atomic-lti
Browse files Browse the repository at this point in the history
Permit atomic_lti 2.0
  • Loading branch information
dspencer001 authored Oct 3, 2024
2 parents 6291e77 + aae989b commit 192b1e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
atomic_tenant (1.3.0)
atomic_lti (~> 1.3)
atomic_tenant (1.3.1)
atomic_lti (>= 1.3, < 3)
rails (~> 7.0)

GEM
Expand Down Expand Up @@ -82,9 +82,9 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
atomic_lti (1.9.0)
atomic_lti (2.0.0)
pg (~> 1.3)
rails (~> 7.0)
rails (~> 7.1)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.3.0)
Expand All @@ -99,7 +99,7 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.13.2)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
loofah (2.22.0)
Expand All @@ -114,7 +114,7 @@ GEM
mini_mime (1.1.5)
minitest (5.24.0)
mutex_m (0.2.0)
net-imap (0.4.14)
net-imap (0.4.16)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -130,7 +130,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
pg (1.5.6)
pg (1.5.8)
psych (5.1.2)
stringio
racc (1.8.0)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
Expand All @@ -187,15 +187,15 @@ GEM
sqlite3 (1.6.3-x86_64-darwin)
sqlite3 (1.6.3-x86_64-linux)
stringio (3.1.1)
thor (1.3.1)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.8.1)
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.16)
zeitwerk (2.6.18)

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

spec.add_dependency 'atomic_lti', '~> 1.3'
spec.add_dependency 'atomic_lti', '>= 1.3', '< 3'
spec.add_dependency "rails", "~> 7.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.0'
VERSION = '1.3.1'
end

0 comments on commit 192b1e6

Please sign in to comment.