summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/Gemfile')
-rw-r--r--acceptance/Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index 59f232fcd3..77b45e733d 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -14,3 +14,8 @@ gem "berkshelf", "4.3.5"
# until 2.0.0 is fixed for unstable packages
gem "mixlib-install", "1.2.3"
+
+# nio4r 2.x was throwing a "could not install" error because of a Ruby version
+# conflict (that didn't actually exist). Since the only gem that really needs
+# it is celluloid, let's just pin it until it becomes a bigger problem.
+gem "nio4r", ">= 1.1.0", "< 2.0.0"