Skip to content

Commit

Permalink
Rails 6.1.4.6 used
Browse files Browse the repository at this point in the history
  • Loading branch information
rammpeter committed Feb 22, 2022
1 parent 995328a commit 86e0a19
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
GIT
remote: http://github.com/rammpeter/Panorama_Gem
revision: c916228f528a2c930eb8e49f8caa84eaf2bb0a0b
revision: 642fd5ad7026f6a60408351199ebc74b1f7bd5fc
specs:
panorama_gem (2.13.7)
actionmailer (= 6.1.4.4)
actionpack (= 6.1.4.4)
actionview (= 6.1.4.4)
activejob (= 6.1.4.4)
activemodel (= 6.1.4.4)
activerecord (= 6.1.4.4)
panorama_gem (2.13.8)
actionmailer (= 6.1.4.6)
actionpack (= 6.1.4.6)
actionview (= 6.1.4.6)
activejob (= 6.1.4.6)
activemodel (= 6.1.4.6)
activerecord (= 6.1.4.6)
activerecord-nulldb-adapter
activerecord-oracle_enhanced-adapter
activesupport (= 6.1.4.4)
activesupport (= 6.1.4.6)
i18n
railties (= 6.1.4.4)
railties (= 6.1.4.6)
sass-rails (~> 5.0)

GEM
remote: https://rubygems.org/
specs:
actionmailer (6.1.4.4)
actionpack (= 6.1.4.4)
actionview (= 6.1.4.4)
activejob (= 6.1.4.4)
activesupport (= 6.1.4.4)
actionmailer (6.1.4.6)
actionpack (= 6.1.4.6)
actionview (= 6.1.4.6)
activejob (= 6.1.4.6)
activesupport (= 6.1.4.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.4.4)
actionview (= 6.1.4.4)
activesupport (= 6.1.4.4)
actionpack (6.1.4.6)
actionview (= 6.1.4.6)
activesupport (= 6.1.4.6)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.4.4)
activesupport (= 6.1.4.4)
actionview (6.1.4.6)
activesupport (= 6.1.4.6)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.4.4)
activesupport (= 6.1.4.4)
activejob (6.1.4.6)
activesupport (= 6.1.4.6)
globalid (>= 0.3.6)
activemodel (6.1.4.4)
activesupport (= 6.1.4.4)
activerecord (6.1.4.4)
activemodel (= 6.1.4.4)
activesupport (= 6.1.4.4)
activemodel (6.1.4.6)
activesupport (= 6.1.4.6)
activerecord (6.1.4.6)
activemodel (= 6.1.4.6)
activesupport (= 6.1.4.6)
activerecord-nulldb-adapter (0.8.0)
activerecord (>= 5.2.0, < 7.1)
activerecord-oracle_enhanced-adapter (6.1.6)
activerecord (~> 6.1.0)
ruby-plsql (>= 0.6.0)
activesupport (6.1.4.4)
activesupport (6.1.4.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -66,7 +66,7 @@ GEM
ffi (1.15.5-java)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.9.1)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand All @@ -78,7 +78,7 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.13.0)
loofah (2.14.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -87,9 +87,9 @@ GEM
mini_mime (1.1.2)
minitest (5.15.0)
nio4r (2.5.8-java)
nokogiri (1.13.1-java)
nokogiri (1.13.3-java)
racc (~> 1.4)
puma (5.6.1-java)
puma (5.6.2-java)
nio4r (~> 2.0)
racc (1.6.0-java)
rack (2.2.3)
Expand All @@ -100,9 +100,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (6.1.4.4)
actionpack (= 6.1.4.4)
activesupport (= 6.1.4.4)
railties (6.1.4.6)
actionpack (= 6.1.4.6)
activesupport (= 6.1.4.6)
method_source
rake (>= 0.13)
thor (~> 1.0)
Expand Down

0 comments on commit 86e0a19

Please sign in to comment.