Skip to content

Commit e871992

Browse files
authored
Merge pull request #13 from andor-pierdelacabeza/master
Updated bundler version
2 parents 1988890 + 3d11a54 commit e871992

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ DEPENDENCIES
2323
rspec
2424

2525
BUNDLED WITH
26-
1.11.2
26+
2.1

Readme.md

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,44 @@ To run this locally:
1111
```
1212
$ docker-compose run app rspec --color specs
1313
Building app
14-
Step 1 : FROM ruby:2.1
15-
---> e4920b48871c
16-
Step 2 : RUN mkdir /app
14+
Step 1/6 : FROM ruby:2.7
15+
---> fb53c5f433da
16+
Step 2/6 : RUN mkdir /app
1717
---> Using cache
18-
---> 41174643e51e
19-
Step 3 : WORKDIR /app
18+
---> 0d79a968fbbb
19+
Step 3/6 : WORKDIR /app
2020
---> Using cache
21-
---> e090d3fb63e6
22-
Step 4 : ADD Gemfile Gemfile.lock /app/
23-
---> Using cache
24-
---> 6e1831999c8c
25-
Step 5 : RUN bundle install -j 8
26-
---> Using cache
27-
---> 6995ab4574ca
28-
Step 6 : ADD . /app
29-
---> cc8df46d2d0e
30-
Removing intermediate container 6ec9b2c13ff3
31-
Successfully built cc8df46d2d0e
21+
---> 20faa284ae78
22+
Step 4/6 : ADD Gemfile Gemfile.lock /app/
23+
---> 050ec65cce16
24+
Step 5/6 : RUN bundle install -j 8
25+
---> Running in 3102f1bf36cd
26+
Fetching gem metadata from https://rubygems.org/..........
27+
Using bundler 2.1.2
28+
Fetching rspec-support 3.4.1
29+
Fetching diff-lcs 1.2.5
30+
Installing diff-lcs 1.2.5
31+
Installing rspec-support 3.4.1
32+
Fetching rspec-expectations 3.4.0
33+
Fetching rspec-mocks 3.4.1
34+
Fetching rspec-core 3.4.2
35+
Installing rspec-core 3.4.2
36+
Installing rspec-expectations 3.4.0
37+
Installing rspec-mocks 3.4.1
38+
Fetching rspec 3.4.0
39+
Installing rspec 3.4.0
40+
Bundle complete! 1 Gemfile dependency, 7 gems now installed.
41+
Use `bundle info [gemname]` to see where a bundled gem is installed.
42+
Removing intermediate container 3102f1bf36cd
43+
---> 417ad2370e72
44+
Step 6/6 : ADD . /app
45+
---> 593b562046e7
46+
Successfully built 593b562046e7
47+
Successfully tagged ruby-docker-example_app:latest
48+
WARNING: Image for service app was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
3249
.
3350
34-
Finished in 0.00101 seconds (files took 0.05301 seconds to load)
51+
Finished in 0.00044 seconds (files took 0.05898 seconds to load)
3552
1 example, 0 failures
3653
```
3754

0 commit comments

Comments
 (0)