Anthony
|
25e3ee8e49
|
Remove redundant dotenv from Gemfile (#357)
`dotenv` is already a `dotenv-rails` dependency so there is no need to specify it manually to the `Gemfile`.
|
2024-02-07 10:20:22 -06:00 |
|
dependabot[bot]
|
0ebbae907a
|
Bump rails from 554e5c2 to f0d433b (#349)
Bumps [rails](https://github.com/rails/rails) from `554e5c2` to `f0d433b`.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](554e5c2d8e...f0d433bb46 )
---
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-07 09:07:31 -06:00 |
|
Rob Zolkos
|
969ee068fe
|
Use latest turbo-rails release (#353)
This was using main branch but since 2.0 has been released this morning
we can revert to that rather than pre-release versions.
|
2024-02-07 09:07:14 -06:00 |
|
Muhammed Kılıç
|
2ccb52056d
|
Add dotenv-rails gem to fix environment variable error for db setup (#334)
* Add dotenv-rails gem to fix environment variable error for db setup
* Add environment variables
* Add default database values to environment variables
|
2024-02-06 19:32:19 -06:00 |
|
Nidhi Sarvaiya
|
1182ab39bd
|
Integrate money-rails gem (#268)
* Integrate money-rails gem
* Fix Lint issues
* Basic test for monetize feature
* Merge main branch
* Changes to monetize balance field
---------
Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
|
2024-02-06 12:30:51 -05:00 |
|
dependabot[bot]
|
5cf3220953
|
Bump rails from 0add5db to 554e5c2 (#322)
Bumps [rails](https://github.com/rails/rails) from `0add5db` to `554e5c2`.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](0add5dba83...554e5c2d8e )
---
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-06 08:10:02 -06:00 |
|
dependabot[bot]
|
f6251407e9
|
Bump rails from 3d132b8 to 0add5db (#304)
Bumps [rails](https://github.com/rails/rails) from `3d132b8` to `0add5db`.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](3d132b8555...0add5dba83 )
---
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-05 07:52:53 -06:00 |
|
Jose Farias
|
c5192ee424
|
Centralize auth messages (#269)
* Add i18n-tasks
* Add auth-related i18n
* Centralize auth messages
* Remove safe navigation
* Revert "Remove safe navigation"
This reverts commit 56b5e01e5e .
* Remove newline in Gemfile
|
2024-02-03 14:17:49 -06:00 |
|
Josh Pigford
|
2161cce29a
|
Fix for renamed Depository model
|
2024-02-02 11:35:32 -06:00 |
|
Josh Pigford
|
41eb777843
|
Merge pull request #249 from robzolkos/use-main-turbo
Use turbo from main branch (with new morphing bits)
|
2024-02-02 11:33:03 -06:00 |
|
Rob Zolkos
|
4e273be0af
|
Update turbo
|
2024-02-02 17:14:59 +00:00 |
|
Josh Brown
|
18c044efa3
|
Add Rails LSP plugin
|
2024-02-02 17:12:08 +00:00 |
|
dependabot[bot]
|
005ea536b4
|
Bump brakeman from 6.1.1 to 6.1.2
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/compare/v6.1.1...v6.1.2)
---
updated-dependencies:
- dependency-name: brakeman
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-02 16:23:24 +00:00 |
|
Josh Pigford
|
99de24ac70
|
Initial commit
|
2024-02-02 09:05:04 -06:00 |
|