Skip to content

Commit c6ab030

Browse files
committed
- Gemfile の先頭に固定バージョンを記載
- .ruby-version を↑に合わせた
1 parent b22050a commit c6ab030

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
# Used by dotenv library to load environment variables.
1414
# .env
15+
.envrc
16+
1517

1618
## Specific to RubyMotion:
1719
.dat*

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.0

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ruby '2.4.0'
2+
13
# A sample Gemfile
24
source "https://rubygems.org"
35

Gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@ DEPENDENCIES
7676
google-api-client (~> 0.8.6)
7777
sinatra
7878

79+
RUBY VERSION
80+
ruby 2.4.0p0
81+
7982
BUNDLED WITH
80-
1.17.2
83+
2.1.4

0 commit comments

Comments
 (0)