Skip to content

Commit fb88f13

Browse files
committed
$ bundle exec appraisal install
1 parent f562eae commit fb88f13

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

gemfiles/rails_5.1_sprockets_4.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "http://rubygems.org"
44

5-
gem "rails", "~> 5.1"
5+
gem "rails", "~> 5.1.0"
66
gem "sprockets", "~> 4.0.x"
77
gem "turbolinks", "~> 5.0.0"
88

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file was generated by Appraisal
2+
3+
source "http://rubygems.org"
4+
5+
gem "rails", "~> 5.2.0"
6+
gem "sprockets", "~> 4.0.x"
7+
gem "turbolinks", "~> 5"
8+
9+
gemspec path: "../"

0 commit comments

Comments
 (0)