@@ -14,9 +14,6 gem "protected_attributes" | |||
|
14 | 14 | gem "actionpack-action_caching" |
|
15 | 15 | gem "actionpack-xml_parser" |
|
16 | 16 | |
|
17 | # building ffi 1.9.7 fails in Ubuntu: https://github.com/ffi/ffi/issues/414 | |
|
18 | gem "ffi", "1.9.6" | |
|
19 | ||
|
20 | 17 | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem |
|
21 | 18 | gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby] |
|
22 | 19 | gem "rbpdf", "~> 1.18.5" |
@@ -99,6 +96,8 group :test do | |||
|
99 | 96 | # For running UI tests |
|
100 | 97 | gem "capybara" |
|
101 | 98 | gem "selenium-webdriver" |
|
99 | # building ffi 1.9.7 fails in Ubuntu: https://github.com/ffi/ffi/issues/414 | |
|
100 | gem "ffi", "1.9.6" | |
|
102 | 101 | end |
|
103 | 102 | |
|
104 | 103 | local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") |
General Comments 0
You need to be logged in to leave comments.
Login now