Skip to content

Commit

Permalink
Merge branch 'master' into CurrentViewbtn#4411
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt authored Feb 24, 2024
2 parents 28105a3 + 45990f7 commit 983b3d6
Show file tree
Hide file tree
Showing 88 changed files with 2,597 additions and 1,922 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ version: 2
updates:
- package-ecosystem: npm
directory: "/"
groups:
minor-and-patch:
update-types:
- "minor"
- "patch"
schedule:
interval: daily
open-pull-requests-limit: 10
Expand All @@ -10,6 +15,11 @@ updates:
directory: "/"
schedule:
interval: daily
groups:
minor-and-patch:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 10

- package-ecosystem: "docker"
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 18.18.2
ruby 3.2.0
ruby 3.3.0
yarn 1.22.19
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Please note: If you wanted to work on an issue, let us know by leaving a commen

- `maintainers` label are internal tasks that will be completed by a Circuitverse core team member.
- [good first issue](https://github.com/CircuitVerse/CircuitVerse/labels/good%20first%20issue) labeled issues are meant for newer developers.
- [pending triage](https://github.com/CircuitVerse/CircuitVerse/labels/pending%20triage) labeled issues are not verified by maintainers.
- [feature](https://github.com/CircuitVerse/CircuitVerse/labels/%F0%9F%8C%9F%20feature) labeled issues are meant to propose new features.
- [bugs](https://github.com/CircuitVerse/CircuitVerse/labels/%F0%9F%90%9E%20bug) labeled issues are meant to have errors in existing code base.
- [documentation](https://github.com/CircuitVerse/CircuitVerse/labels/documentation) labeled issues are meant to have typo errors in documentation.
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

gem "rails_autolink"
gem "acts_as_votable", "~> 0.14.0"
gem "aws-sdk-rails"
gem "dotenv-rails", groups: %i[development test]
Expand All @@ -24,7 +25,7 @@ gem "view_component"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.0"
# Use Puma as the app server
gem "puma", "~> 6.3"
gem "puma", "~> 6.4"
# Use SCSS for stylesheets
gem "sass-rails", "~> 6.0"
gem "terser"
Expand Down Expand Up @@ -162,6 +163,7 @@ group :development do
gem "sunspot_solr"
gem "bundler-audit", "~> 0.9.1"
gem 'database_consistency', require: false
gem "lookbook", ">= 2.2.0"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
Loading

0 comments on commit 983b3d6

Please sign in to comment.