Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from alphagov/lock-versions
Browse files Browse the repository at this point in the history
Specify that we should lock on specific gem versions.
  • Loading branch information
dhwthompson committed Aug 13, 2012
2 parents a198cb1 + b17b34a commit 98be4bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ruby.md
Expand Up @@ -4,6 +4,14 @@

- Write for Ruby 1.9.

- Lock dependencies in Gemfiles to specific versions.

```gem 'rails', '3.2.7'```

not

```gem 'rails', '~> 3.2.7'```

- Use soft-tabs with a two-space indent.

- Keep lines fewer than 80 characters.
Expand Down

0 comments on commit 98be4bb

Please sign in to comment.