Skip to content

Commit

Permalink
Merge pull request #45 from healthify/discretionary/update-activesupport
Browse files Browse the repository at this point in the history
Update activesupport (required for Rails upgrade in main Healthify application)
  • Loading branch information
kdreyeroren authored Mar 29, 2021
2 parents 5c4d9ec + 9e7a0de commit e7486db
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ rvm:
- 2.7
- 2.6
- 2.5
- 2.4
- truffleruby
- jruby
sudo: false
Expand Down
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PATH
remote: .
specs:
fake_idp (1.0.0)
activesupport (~> 5.2.4.3)
activesupport (~> 5.2.5)
builder (>= 3.2.2)
nokogiri (>= 1.10.5)
ruby-saml (~> 1.11.0)
Expand All @@ -20,32 +20,34 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.4.3)
activesupport (= 5.2.4.3)
activesupport (5.2.4.3)
activemodel (5.2.5)
activesupport (= 5.2.5)
activesupport (5.2.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
builder (3.2.4)
coderay (1.1.2)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
diff-lcs (1.4.2)
dotenv (1.0.2)
i18n (1.8.5)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
macaddr (1.7.1)
systemu (~> 2.6.2)
method_source (0.9.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
mini_portile2 (2.5.0)
minitest (5.14.4)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
racc (1.5.2)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
Expand All @@ -65,7 +67,7 @@ GEM
rspec-support (3.9.3)
ruby-saml (1.11.0)
nokogiri (>= 1.5.10)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.4)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
Expand All @@ -74,7 +76,7 @@ GEM
systemu (2.6.5)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.7)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uuid (2.3.8)
macaddr (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion fake_idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "nokogiri", ">= 1.10.5"
spec.add_dependency "builder", ">= 3.2.2"
spec.add_dependency "activesupport", "~> 5.2.4.3"
spec.add_dependency "activesupport", "~> 5.2.5"
spec.add_dependency "xmlenc", ">= 0.7.1"

spec.add_development_dependency "bundler", "~> 2"
Expand Down

0 comments on commit e7486db

Please sign in to comment.