Skip to content

Commit

Permalink
Merge pull request #27 from rails/features-1.0
Browse files Browse the repository at this point in the history
Features are now 1.0
  • Loading branch information
andrewn617 authored May 13, 2024
2 parents a748d94 + 6ce0fe2 commit 0675a76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion features/activestorage/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "activestorage",
"version": "0.1.0",
"version": "1.0.0",
"name": "Active Storage",
"description": "Installs utilities needed for Rails Active Storage"
}
2 changes: 1 addition & 1 deletion features/mysql-client/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "mysql-client",
"version": "0.1.0",
"version": "1.0.0",
"name": "MySQL Client",
"description": "Installs needed client-side dependencies for Rails apps using MySQL"
}
2 changes: 1 addition & 1 deletion features/postgres-client/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "postgres-client",
"version": "0.1.1",
"version": "1.0.0",
"name": "Postgres Client",
"description": "Installs needed client-side dependencies for Rails apps using Postgres"
}
2 changes: 1 addition & 1 deletion features/ruby/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ruby",
"version": "0.2.1",
"version": "1.0.0",
"name": "Ruby (via rbenv)",
"description": "Installs Ruby, rbenv, ruby-build and libraries needed to build Ruby",
"customizations": {
Expand Down
2 changes: 1 addition & 1 deletion features/sqlite3/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "sqlite3",
"version": "0.1.0",
"version": "1.0.0",
"name": "SQLite3",
"description": "Installs needed dependencies for Rails apps using SQLite3"
}

0 comments on commit 0675a76

Please sign in to comment.