Skip to content

Commit 5381e4c

Browse files
committed
Lock simple_command version to avoid breaking change
1 parent fc5b8dc commit 5381e4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem("sqlite3")
1515
group :development, :test do
1616
gem("byebug", platforms: [:mri, :mingw, :x64_mingw])
1717
gem("rspec-rails")
18-
gem("simple_command")
18+
gem("simple_command", "~> 0.1.0")
1919
end
2020

2121
group :development do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ GEM
156156
ruby-progressbar (1.11.0)
157157
shoulda-matchers (4.4.1)
158158
activesupport (>= 4.2.0)
159-
simple_command (1.0.1)
159+
simple_command (0.1.0)
160160
spring (2.1.1)
161161
spring-watcher-listen (2.0.1)
162162
listen (>= 2.7, < 4.0)
@@ -199,7 +199,7 @@ DEPENDENCIES
199199
rspec-rails
200200
rubocop
201201
shoulda-matchers (~> 4.4.0)
202-
simple_command
202+
simple_command (~> 0.1.0)
203203
spring
204204
spring-watcher-listen (~> 2.0.0)
205205
sqlite3

0 commit comments

Comments
 (0)