Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db49493

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 069e32a + 57573de commit db49493

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM colstrom/alpine:main
1+
FROM colstrom/alpine
22

33
RUN apk-install ruby \
44
&& echo "gem: --no-ri --no-rdoc" | tee /etc/gemrc \

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
ruby
2-
====
1+
# ruby
32

43
An object-oriented language for quick and easy programming
54

6-
Included Gems
7-
-------------
5+
## Tags
6+
7+
* `latest` tracks the latest stable release of Ruby.
8+
9+
## Included Gems
10+
811
* bundler
912

13+
## License
14+
15+
[MIT](https://tldrlegal.com/license/mit-license)
16+
17+
## Contributors
18+
19+
* [Chris Olstrom](https://colstrom.github.io/) | [e-mail](mailto:[email protected]) | [Twitter](https://twitter.com/ChrisOlstrom)

0 commit comments

Comments
 (0)