Skip to content

Commit 0675a76

Browse files
authored
Merge pull request #27 from rails/features-1.0
Features are now 1.0
2 parents a748d94 + 6ce0fe2 commit 0675a76

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "activestorage",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"name": "Active Storage",
55
"description": "Installs utilities needed for Rails Active Storage"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "mysql-client",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"name": "MySQL Client",
55
"description": "Installs needed client-side dependencies for Rails apps using MySQL"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "postgres-client",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"name": "Postgres Client",
55
"description": "Installs needed client-side dependencies for Rails apps using Postgres"
66
}

features/ruby/devcontainer-feature.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"name": "Ruby (via rbenv)",
55
"description": "Installs Ruby, rbenv, ruby-build and libraries needed to build Ruby",
66
"customizations": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "sqlite3",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"name": "SQLite3",
55
"description": "Installs needed dependencies for Rails apps using SQLite3"
66
}

0 commit comments

Comments
 (0)