Skip to content

Commit

Permalink
Merge 4a8d201 into 595fb41
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatrivedi authored Aug 4, 2016
2 parents 595fb41 + 4a8d201 commit 6694578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ task gems(type: Exec) {
outputs.dir file('src/dist/gems/vendor/')
workingDir 'src/dist/gems'
executable 'sh'
// HACK: Workaround for bundler/bundler#4494
args '-c', 'bundle _1.11.2_ package --no-install'
}
// Ensure gems are packaged into distribution
distZip.dependsOn 'gems'
Expand Down Expand Up @@ -260,10 +258,10 @@ dependencies {
compile sourceSets.gen.output
compile 'commons-cli:commons-cli:1.3.1'
compile 'org.antlr:antlr4-runtime:4.5.3'
compile 'org.fusesource.jansi:jansi:1.11'
compile 'org.fusesource.jansi:jansi:1.13'
compile 'org.yaml:snakeyaml:1.17'
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.github.spullara.mustache.java:compiler:0.9.1'
compile 'com.google.code.gson:gson:2.7'
compile 'com.github.spullara.mustache.java:compiler:0.9.3'
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-all:1.3'
testCompile 'org.mockito:mockito-core:1.+'
Expand Down
2 changes: 1 addition & 1 deletion src/dist/gems/Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'xcodeproj', '~> 0.28.2'
gem 'xcodeproj', '~> 1.2.0'

0 comments on commit 6694578

Please sign in to comment.