Skip to content

Commit 4bf7ad1

Browse files
Don't use Bundler 2.1.x, it's gross
1 parent 24d6db6 commit 4bf7ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source 'https://rubygems.org'
22

33
group :development, :test do
4-
gem 'rspec', '~> 3.10'
5-
gem "bunny", "~> 2.17.0"
4+
gem 'rspec', '~> 3.13'
5+
gem "bunny", "~> 2.24.0"
66

77
gem "rantly"
88
end

0 commit comments

Comments
 (0)