Skip to content

Commit

Permalink
Update to Rails 6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rammpeter committed May 16, 2022
1 parent e6019b3 commit 985135a
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 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: d7ecf8d43b61278b6a474624ccdd91fc732e9a76
revision: 34c234227e4bad7961a5dafc2010b53ef2ec8c58
specs:
panorama_gem (2.14.3)
actionmailer (= 6.1.5)
actionpack (= 6.1.5)
actionview (= 6.1.5)
activejob (= 6.1.5)
activemodel (= 6.1.5)
activerecord (= 6.1.5)
panorama_gem (2.15.1)
actionmailer (= 6.1.6)
actionpack (= 6.1.6)
actionview (= 6.1.6)
activejob (= 6.1.6)
activemodel (= 6.1.6)
activerecord (= 6.1.6)
activerecord-nulldb-adapter
activerecord-oracle_enhanced-adapter
activesupport (= 6.1.5)
activesupport (= 6.1.6)
i18n
railties (= 6.1.5)
railties (= 6.1.6)
sass-rails (~> 5.0)

GEM
remote: https://rubygems.org/
specs:
actionmailer (6.1.5)
actionpack (= 6.1.5)
actionview (= 6.1.5)
activejob (= 6.1.5)
activesupport (= 6.1.5)
actionmailer (6.1.6)
actionpack (= 6.1.6)
actionview (= 6.1.6)
activejob (= 6.1.6)
activesupport (= 6.1.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.5)
actionview (= 6.1.5)
activesupport (= 6.1.5)
actionpack (6.1.6)
actionview (= 6.1.6)
activesupport (= 6.1.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.5)
activesupport (= 6.1.5)
actionview (6.1.6)
activesupport (= 6.1.6)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.5)
activesupport (= 6.1.5)
activejob (6.1.6)
activesupport (= 6.1.6)
globalid (>= 0.3.6)
activemodel (6.1.5)
activesupport (= 6.1.5)
activerecord (6.1.5)
activemodel (= 6.1.5)
activesupport (= 6.1.5)
activemodel (6.1.6)
activesupport (= 6.1.6)
activerecord (6.1.6)
activemodel (= 6.1.6)
activesupport (= 6.1.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.5)
activesupport (6.1.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
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.16.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -87,7 +87,7 @@ GEM
mini_mime (1.1.2)
minitest (5.15.0)
nio4r (2.5.8-java)
nokogiri (1.13.4-java)
nokogiri (1.13.6-java)
racc (~> 1.4)
puma (5.6.4-java)
nio4r (~> 2.0)
Expand All @@ -100,9 +100,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (6.1.5)
actionpack (= 6.1.5)
activesupport (= 6.1.5)
railties (6.1.6)
actionpack (= 6.1.6)
activesupport (= 6.1.6)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down

0 comments on commit 985135a

Please sign in to comment.