29 May, 2020
1 commit
-
fixes lessonly/scim_rails#25 fixes lessonly/scim_rails#26 Why Since we are using the spec/ director instead of the default test/ we need to specify the locations of the dummy application and it's rake file. With out this, you cannot run things like db:migrate from the root of the engine as you should. This goes for any rake task you would usually call from the root. Additionally, commands like rails console would not work because it would not be able to find the dummy application to load it.
26 May, 2020
2 commits
-
Bump activestorage from 5.2.4.2 to 5.2.4.3
-
Bumps [activestorage](https://github.com/rails/rails) from 5.2.4.2 to 5.2.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activestorage/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.4.2...v5.2.4.3) Signed-off-by: dependabot[bot] <support@github.com>
20 Mar, 2020
2 commits
-
Bump actionview from 5.2.4.1 to 5.2.4.2
-
Bumps [actionview](https://github.com/rails/rails) from 5.2.4.1 to 5.2.4.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.4.1...v5.2.4.2) Signed-off-by: dependabot[bot] <support@github.com>
16 Mar, 2020
1 commit
-
Fix typo
15 Mar, 2020
1 commit
02 Mar, 2020
1 commit
-
Update rake requirement from ~> 10.0 to ~> 13.0
29 Feb, 2020
1 commit
-
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.5.0...v13.0.1) Signed-off-by: dependabot[bot] <support@github.com>
25 Feb, 2020
2 commits
-
Bump nokogiri from 1.10.7 to 1.10.8
-
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.10.8) Signed-off-by: dependabot[bot] <support@github.com>
20 Dec, 2019
1 commit
-
Bump rack from 2.0.7 to 2.0.8
19 Dec, 2019
1 commit
-
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8) Signed-off-by: dependabot[bot] <support@github.com>
11 Dec, 2019
1 commit
-
fix DEPRECATION WARNING for specs.
05 Dec, 2019
1 commit
-
- issue #13 - https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#actiondispatch-response-content-type-now-returned-content-type-header-as-it-is
19 Nov, 2019
11 commits
-
Add support for OAuth Bearer Authentication
11 Nov, 2019
1 commit
-
Bump loofah from 2.3.0 to 2.3.1
09 Nov, 2019
1 commit
-
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md) - [Commits](https://github.com/flavorjones/loofah/compare/v2.3.0...v2.3.1) Signed-off-by: dependabot[bot] <support@github.com>
18 Oct, 2019
2 commits
-
fix a typo.
02 Oct, 2019
2 commits
-
Update for use with Rails 6.0
30 Sep, 2019
1 commit
20 Sep, 2019
5 commits
-
Bump nokogiri from 1.10.2 to 1.10.4
-
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.2 to 1.10.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.2...v1.10.4) Signed-off-by: dependabot[bot] <support@github.com>
-
Prevent create endpoint from updating existing users (optional)
19 Sep, 2019
2 commits